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:
parent
1eafb4e4c8
commit
9a9b19b57e
@ -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']},
|
||||
|
Loading…
x
Reference in New Issue
Block a user