From dfe79d05836003d9236ce94b7822cd54bf7f817d Mon Sep 17 00:00:00 2001
From: Abel Coronado <acoronado@opennebula.systems>
Date: Fri, 19 Oct 2018 10:49:31 +0200
Subject: [PATCH] Cross deleted from datatable

---
 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('<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);