diff --git a/apps/static/js/table.js b/apps/static/js/table.js index 97dc180..61341ee 100644 --- a/apps/static/js/table.js +++ b/apps/static/js/table.js @@ -63,6 +63,7 @@ function createSearchRow(containingSelector, searchId, sortDropdownId, filterDro `); populateSortDropdown(sortDropdownId, options.sort); + // bindSortDropdown(sortDropdownId); } if (options.filter && options.actions.GET) { diff --git a/apps/templates/home/includes/settingstab.html b/apps/templates/home/includes/settingstab.html index dad8ff9..2b0ec81 100644 --- a/apps/templates/home/includes/settingstab.html +++ b/apps/templates/home/includes/settingstab.html @@ -1,5 +1,33 @@
-
+
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+
Is this server active?
+
+
+
+ \ No newline at end of file