From 747fc0613a3a207467a90eb9fced6e0bbd5cf526 Mon Sep 17 00:00:00 2001 From: Abel Coronado Date: Fri, 19 Oct 2018 10:49:31 +0200 Subject: [PATCH] Cross deleted from datatable (cherry picked from commit dfe79d05836003d9236ce94b7822cd54bf7f817d) --- src/sunstone/public/app/utils/tab-datatable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sunstone/public/app/utils/tab-datatable.js b/src/sunstone/public/app/utils/tab-datatable.js index 94b2508bc4..1eb287ddfe 100644 --- a/src/sunstone/public/app/utils/tab-datatable.js +++ b/src/sunstone/public/app/utils/tab-datatable.js @@ -905,7 +905,7 @@ define(function(require) { $('input.check_item', row).prop('checked', true); } - $('#selected_ids_row_' + that.dataTableId, section).append('' + row_name + ' '); + $('#selected_ids_row_' + that.dataTableId, section).append('' + row_name + ' '); 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('' + row_name + ' '); + $('#selected_ids_row_' + that.dataTableId, section).append('' + row_name + ' '); }); $('#selected_ids_row_' + that.dataTableId, section).data("ids", data_ids);