mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-27 10:50:10 +03:00
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
This commit is contained in:
parent
67eb3e0838
commit
39e3562624
@ -910,6 +910,7 @@ define(function(require) {
|
||||
$('#selected_ids_row_' + that.dataTableId, section).append(span);
|
||||
if(that.selectOptions.click && typeof that.selectOptions.click === "function"){
|
||||
span.attr("title",Locale.tr("just click if you want to delete the resource"));
|
||||
span.append($("<i/>",{class: "fas fa-times"}).css({"margin-left":"5px"}));
|
||||
span.off("click").on("click", that.selectOptions.click);
|
||||
}
|
||||
|
||||
@ -1101,6 +1102,7 @@ define(function(require) {
|
||||
|
||||
if(that.selectOptions.click && typeof that.selectOptions.click === "function"){
|
||||
span.attr("title",Locale.tr("just click if you want to delete the resource"));
|
||||
span.append($("<i/>",{class: "fas fa-times"}).css({"margin-left":"5px"}));
|
||||
span.off("click").on("click", that.selectOptions.click);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user