mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
Fix missing datatable selection labels
This commit is contained in:
parent
55d28d8a25
commit
393134648f
@ -705,8 +705,6 @@ define(function(require) {
|
||||
$('#select_resource_multiple_' + that.dataTableId, section).hide();
|
||||
}
|
||||
|
||||
$('.label', section).hide();
|
||||
|
||||
return true;
|
||||
};
|
||||
|
||||
@ -763,7 +761,6 @@ define(function(require) {
|
||||
|
||||
$('#selected_resource_' + that.dataTableId, section).show();
|
||||
$('#select_resource_' + that.dataTableId, section).hide();
|
||||
$('.label', section).hide();
|
||||
|
||||
$('#selected_resource_id_' + that.dataTableId, section).val(aData[that.selectOptions.id_index]).trigger("change");
|
||||
|
||||
@ -893,8 +890,6 @@ define(function(require) {
|
||||
$('#select_resource_multiple_' + that.dataTableId, section).hide();
|
||||
}
|
||||
|
||||
$('.label', section).hide();
|
||||
|
||||
that.dataTable.fnDraw();
|
||||
} else {
|
||||
$("td.markrow", that.dataTable).removeClass('markrow');
|
||||
@ -902,7 +897,6 @@ define(function(require) {
|
||||
|
||||
$('#selected_resource_' + that.dataTableId, section).show();
|
||||
$('#select_resource_' + that.dataTableId, section).hide();
|
||||
$('.label', section).hide();
|
||||
|
||||
var row_id = undefined;
|
||||
var row_name = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user