1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

IP column should be sortable

This commit is contained in:
Daniel Molina 2014-02-06 15:34:30 +01:00
parent 1eafb4e4c8
commit 9a9b19b57e

View File

@ -3522,7 +3522,7 @@ $(document).ready(function(){
if (Config.isTabEnabled(tab_name)) {
dataTable_vMachines = $("#datatable_vmachines",main_tabs_context).dataTable({
"aoColumnDefs": [
{ "bSortable": false, "aTargets": ["check",6,7,9,11] },
{ "bSortable": false, "aTargets": ["check",6,7,11] },
{ "sWidth": "35px", "aTargets": [0] },
{ "bVisible": true, "aTargets": Config.tabTableColumns(tab_name)},
{ "bVisible": false, "aTargets": ['_all']},