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