Skip to content

Commit 39c8563

Browse files
feat: Remove unused 'Actions' column from servers table configuration
1 parent 1fe9cc2 commit 39c8563

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/XtremeIdiots.Portal.Web/wwwroot/js/servers-index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ $(document).ready(function () {
2222
{ targets: 3, responsivePriority: 5, orderable: false }, // Links
2323
{ targets: 4, responsivePriority: 4, orderable: false }, // Players
2424
{ targets: 5, responsivePriority: 7 }, // Map
25-
{ targets: 6, responsivePriority: 8 }, // Mod
26-
{ targets: 7, responsivePriority: 2, orderable: false } // Actions
25+
{ targets: 6, responsivePriority: 8 } // Mod
2726
],
2827
language: {
2928
emptyTable: 'No servers found'

0 commit comments

Comments
 (0)