add explain index allocation

This commit is contained in:
T. von Dein
2026-05-18 13:58:08 +02:00
parent db50072a7b
commit 40e0612bef
6 changed files with 83 additions and 5 deletions

View File

@@ -116,7 +116,7 @@ func CcrRemoteInfo(conf *cfg.Config, index string) error {
}
table := NewTable(2, 5)
table.Addheaders("field", "value")
table.Addheaders("ccr remote property", "value")
table.entries = [][]string{
{"Remote Cluster", remote},