diff --git a/pkg/es/task.go b/pkg/es/task.go index b3ffe11..83297c7 100644 --- a/pkg/es/task.go +++ b/pkg/es/task.go @@ -36,7 +36,7 @@ func TaskList(conf *cfg.Config) error { slog.Debug("res", "tasks", res) - table := printer.NewTable(conf, 8, len(res)) + table := printer.NewTable(conf, 6, len(res)) table.Addheaders("task id", "action", "start time", "run time", "node", "type") for idx, task := range res {