1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #~: Fix css storage datatable styles (#31)

(cherry picked from commit 8c30db905faed0635321b863ad7bb4fc10097b50)
This commit is contained in:
Sergio Betanzos 2020-06-19 14:33:26 +02:00 committed by Tino Vazquez
parent 7357706efe
commit b7ccbf5994
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE
2 changed files with 2 additions and 4 deletions

View File

@ -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]},

View File

@ -39,6 +39,7 @@ table {
overflow: hidden;
&::before {
content: attr(title);
display: none;
}
}