1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +03:00

Bug #4417: Fix select all checkbox

This commit is contained in:
Daniel Molina 2016-04-15 15:53:15 +02:00
parent ae3bd8cdac
commit 35829413f0
2 changed files with 2 additions and 4 deletions

View File

@ -136,8 +136,7 @@ define(function(require) {
'</div>';
'</fieldset>';
$(".content", context).append(content);
var newdiv = $(content).appendTo($(".content", context));
var tbody = $('#vcenter_datastore_table_' + datacenter_name + ' tbody', context);
$.each(datastores, function(id, datastore){

View File

@ -138,8 +138,7 @@ define(function(require) {
'</div>';
'</fieldset>';
$(".content", context).append(content);
var newdiv = $(content).appendTo($(".content", context));
var tbody = $('#' + tableId + ' tbody', context);
$.each(response, function(id, image) {