1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00

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

This commit is contained in:
Sergio Betanzos 2020-06-19 14:33:26 +02:00 committed by GitHub
parent 0c08d316d7
commit 8c30db905f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}