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:
parent
0c08d316d7
commit
8c30db905f
@ -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…
Reference in New Issue
Block a user