mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 11:46:28 +00:00
fix(app): remove sorting setup for non-existent tables
This commit is contained in:
+2
-2
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user