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:
parent
ae3bd8cdac
commit
35829413f0
@ -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){
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user