From 65335b0221f8781443f33829719f8c0a80105040 Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Wed, 13 Mar 2019 14:11:01 -0400 Subject: Add column ordering to host list Change-Id: Id1d52217b85aaafed71177c8eed5719dbb1bff4a Signed-off-by: Sawyer Bergeron --- dashboard/src/templates/resource/hosts.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dashboard/src') diff --git a/dashboard/src/templates/resource/hosts.html b/dashboard/src/templates/resource/hosts.html index 4a53b45..4bf64e0 100644 --- a/dashboard/src/templates/resource/hosts.html +++ b/dashboard/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"]] }); }); -- cgit 1.2.3-korg