elastop- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 23a7c216abf35b174bb3951b44d5ad8aa190f8e7
parent 66e5e4a1b3aaa9e05442701fe66a3f6b97c63a82 Author: acidvegas <acid.vegas@acid.vegas> Date: Fri, 6 Dec 2024 12:31:57 -0500 Added missing spacer between 'Uptime' and 'OS' Diffstat:
|
2 files changed, 1 insertion(+), 1 deletion(-) |
diff --git a/elastop b/elastop Binary files differ. |
diff --git a/elastop.go b/elastop.go @@ -1213,7 +1213,7 @@ func getMaxLengths(nodesInfo NodesInfo, indicesStats IndexStats) (int, int, int, } func getNodesPanelHeader(maxNodeNameLen, maxTransportLen int) string { - return fmt.Sprintf("[::b]%-*s [#444444]│[#00ffff] %-13s [#444444]│[#00ffff] %*s [#444444]│[#00ffff] %-7s [#444444]│[#00ffff] %-9s [#444444]│[#00ffff] %-16s [#444444]│[#00ffff] %-16s [#444444]│[#00ffff] %-16s [#444444]│[#00ffff] %-6s [#444444][#00ffff] %-25s[white]\n", + return fmt.Sprintf("[::b]%-*s [#444444]│[#00ffff] %-13s [#444444]│[#00ffff] %*s [#444444]│[#00ffff] %-7s [#444444]│[#00ffff] %-9s [#444444]│[#00ffff] %-16s [#444444]│[#00ffff] %-16s [#444444]│[#00ffff] %-16s [#444444]│[#00ffff] %-6s [#444444]│[#00ffff] %-25s[white]\n", maxNodeNameLen, "Node Name", "Roles", |