This commit is contained in:
Thomas Peterson 2025-11-17 09:40:45 +01:00
parent 72698e2e93
commit ef75fe4ea1

View File

@ -269,7 +269,6 @@ class ServerListTab
$serverListTab->table->setData($serverListTab->currentServerData);
$serverListTab->statusLabel->setText('Server geladen: ' . $result['count'] . ' gefunden');
echo "Success: {$result['count']} servers loaded\n";
// Danach: pro Server asynchron Docker-Infos nachladen
foreach ($serverListTab->currentServerData as $index => $row) {