diff options
-rw-r--r-- | src/templates/resource/hosts.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/templates/resource/hosts.html b/src/templates/resource/hosts.html index 4a53b45..4bf64e0 100644 --- a/src/templates/resource/hosts.html +++ b/src/templates/resource/hosts.html @@ -35,10 +35,7 @@ $(document).ready(function () { $('#table').DataTable({ scrollX: true, - columnDefs: [ - {type: 'status', targets: 6} - ], - "order": [[6, "asc"]] + "order": [[0, "asc"]] }); }); </script> |