Remove CSS rule for class "timesince"
It's not used anywhere.
This commit is contained in:
parent
b54a643c97
commit
d09ad2641f
|
@ -335,10 +335,6 @@ table.action td.state, table.objectstate td.state {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
table.action td.timesince {
|
||||
width: 3.5em;
|
||||
}
|
||||
|
||||
|
||||
/* State row behaviour */
|
||||
|
||||
|
@ -1117,10 +1113,6 @@ table.groupview {
|
|||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
span.timesince {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
&.ok {
|
||||
border-color: @colorOk;
|
||||
}
|
||||
|
|
|
@ -40,8 +40,6 @@
|
|||
icinga.loader.loadUrl(url, $(el)).autorefresh = true;
|
||||
});
|
||||
|
||||
$('td.state span.timesince').attr('title', null);
|
||||
|
||||
var moduleName = el.data('icingaModule');
|
||||
if (moduleName) {
|
||||
if (icinga.hasModule(moduleName)) {
|
||||
|
|
Loading…
Reference in New Issue