.
This commit is contained in:
@ -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 = "";
|
||||
|
Reference in New Issue
Block a user