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:
parent
7357706efe
commit
b7ccbf5994
@ -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]},
|
||||
|
@ -39,6 +39,7 @@ table {
|
||||
overflow: hidden;
|
||||
&::before {
|
||||
content: attr(title);
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user