mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Cross deleted from datatable
This commit is contained in:
parent
20772f5329
commit
dfe79d0583
@ -905,7 +905,7 @@ define(function(require) {
|
||||
$('input.check_item', row).prop('checked', true);
|
||||
}
|
||||
|
||||
$('#selected_ids_row_' + that.dataTableId, section).append('<span row_id="' + row_id + '" class="radius label">' + row_name + ' <span class="fas fa-times blue"></span></span> ');
|
||||
$('#selected_ids_row_' + that.dataTableId, section).append('<span row_id="' + row_id + '" class="radius label">' + row_name + '</span> ');
|
||||
|
||||
that.selectOptions.select_callback(aData, that.selectOptions);
|
||||
}
|
||||
@ -1090,7 +1090,7 @@ define(function(require) {
|
||||
|
||||
row_name = OpenNebula[that.resource].getName(row_id);
|
||||
|
||||
$('#selected_ids_row_' + that.dataTableId, section).append('<span row_id="' + row_id + '" class="radius label">' + row_name + ' <span class="fas fa-times blue"></span></span> ');
|
||||
$('#selected_ids_row_' + that.dataTableId, section).append('<span row_id="' + row_id + '" class="radius label">' + row_name + '</span> ');
|
||||
});
|
||||
|
||||
$('#selected_ids_row_' + that.dataTableId, section).data("ids", data_ids);
|
||||
|
Loading…
x
Reference in New Issue
Block a user