diff --git a/src/sunstone/public/app/tabs/images-tab/datatable-common.js b/src/sunstone/public/app/tabs/images-tab/datatable-common.js index 1c58e561d1..eb9f138a2d 100644 --- a/src/sunstone/public/app/tabs/images-tab/datatable-common.js +++ b/src/sunstone/public/app/tabs/images-tab/datatable-common.js @@ -59,10 +59,7 @@ define(function(require) { "sClass": "overflow", "fnCreatedCell": function (nTd, sData, oData, iRow, iCol) { $(nTd).attr('title', sData) - }, - "mRender": function ( data, type, full ) { - return null; - }, + } }, {"bSortable": false, "aTargets": ["check"]}, {"sWidth": "35px", "aTargets": [0]}, diff --git a/src/sunstone/public/scss/_table.scss b/src/sunstone/public/scss/_table.scss index 3ff6778d03..719f4da664 100644 --- a/src/sunstone/public/scss/_table.scss +++ b/src/sunstone/public/scss/_table.scss @@ -39,6 +39,7 @@ table { overflow: hidden; &::before { content: attr(title); + display: none; } }