This commit is contained in:
Your Name
2025-04-21 21:26:18 +12:00
parent 5e2e2bc70f
commit 9e377f6b35
2 changed files with 95 additions and 46 deletions

View File

@ -55,7 +55,7 @@ void list_servers() {
auto servers = get_configured_servers();
tableprint tp("All DropShell Servers");
tp.add_row({"Name", "Address", "Service Health", "Ports"});
tp.add_row({"Name", "Address", "Health", "Ports"});
for (const auto& server : servers) {
std::vector<int> ports_used;
std::string serviceticks = "";