mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 11:24:17 +02:00
further table streamlining: work with new table api everywhere
This commit is contained in:
@@ -164,8 +164,8 @@ func CcrFollowerShow(conf *cfg.Config, index string) error {
|
||||
|
||||
follower := res.Indices[0].Shards[0]
|
||||
|
||||
table := printer.NewTable(conf).WithSize(2, 9)
|
||||
table.Addheaders("ccr follower property", "value")
|
||||
table := printer.NewTable(conf).WithSize(2, 9).
|
||||
WithHeaders("ccr follower property", "value")
|
||||
|
||||
table.Entries = [][]any{
|
||||
{"name", index},
|
||||
|
||||
Reference in New Issue
Block a user