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

Cross deleted from datatable

(cherry picked from commit dfe79d05836003d9236ce94b7822cd54bf7f817d)
This commit is contained in:
Abel Coronado 2018-10-19 10:49:31 +02:00 committed by Ruben S. Montero
parent 49f0a571a5
commit 747fc0613a

View File

@ -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);