aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-03-13 18:19:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-03-13 18:19:48 +0000
commit5512f65c612b85195755881cb5fd11099ed545be (patch)
tree1b88397f82f6e481c351c42e37fa582d059f5e69 /src
parentfb6db085e49b2f63e4cc8558c560eeff187f71f4 (diff)
parentb5edaf0265f7b008320a776ed7f7e9f8fa9abda3 (diff)
Merge "Add column ordering to host list"
Diffstat (limited to 'src')
-rw-r--r--src/templates/resource/hosts.html5
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>