fix(app): remove sorting setup for non-existent tables

This commit is contained in:
courtmanr@gmail.com
2025-04-23 12:18:44 +01:00
parent 533a970a80
commit d5aeccfc05
+2 -2
View File
@@ -254,8 +254,8 @@ document.addEventListener('DOMContentLoaded', function() {
// Setup sorting for all tables
setupTableSorting('nodes-table');
setupTableSorting('vms-table');
setupTableSorting('containers-table');
// setupTableSorting('vms-table'); // Removed - Table doesn't exist in base HTML
// setupTableSorting('containers-table'); // Removed - Table doesn't exist in base HTML
setupTableSorting('main-table');
// --- Filtering Logic ---