mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
feature #2846: Preserve Instance Type order in cloud View
This commit is contained in:
parent
92a9490bb2
commit
89f7cd0505
@ -1699,6 +1699,7 @@ $(document).ready(function(){
|
||||
provision_instance_types_datatable = $('#provision_instance_types_table').dataTable({
|
||||
"iDisplayLength": 6,
|
||||
"sDom" : '<"H">t<"F"lp>',
|
||||
"bSort" : false,
|
||||
"aLengthMenu": [[6, 12, 36, 72], [6, 12, 36, 72]],
|
||||
"aoColumnDefs": [
|
||||
{ "bVisible": false, "aTargets": ["all"]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user