1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-12 09:17:41 +03:00

Improve import vCenter networks

This commit is contained in:
Daniel Molina 2016-04-08 17:33:06 +02:00
parent 0ee56f4ee0
commit 2369274810

View File

@ -231,56 +231,6 @@ define(function(require) {
});
}
});
//
// $(".check_item", trow).data("one_network", network.one);
// });
//
// var networkDataTable = new DomDataTable(
// 'vcenter_network_table_' + datacenter_name,
// {
// actions: false,
// info: false,
// dataTableOptions: {
// "bAutoWidth": false,
// "bSortClasses" : false,
// "bDeferRender": false,
// "ordering": false,
// "aoColumnDefs": [
// ]
// }
// });
//
// networkDataTable.initialize();
//
// newdiv.on("change", '.check_all', function() {
// var table = $(this).closest('table');
// if ($(this).is(":checked")) { //check all
// $('tbody input.check_item', table).prop('checked', true).change();
// } else { //uncheck all
// $('tbody input.check_item', table).prop('checked', false).change();
// }
// });
//
// $('table', newdiv).on('draw.dt', function(){
// _recountCheckboxes(this);
// });
//
// $(".check_item", newdiv).on('change', function(){
// _recountCheckboxes($('table', newdiv));
// });
// }
// });
},
error: function(response) {
context.hide();