mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
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;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.action td.timesince {
|
|
||||||
width: 3.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* State row behaviour */
|
/* State row behaviour */
|
||||||
|
|
||||||
@ -1117,10 +1113,6 @@ table.groupview {
|
|||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.timesince {
|
|
||||||
font-size: 0.8em;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.ok {
|
&.ok {
|
||||||
border-color: @colorOk;
|
border-color: @colorOk;
|
||||||
}
|
}
|
||||||
|
@ -40,8 +40,6 @@
|
|||||||
icinga.loader.loadUrl(url, $(el)).autorefresh = true;
|
icinga.loader.loadUrl(url, $(el)).autorefresh = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
$('td.state span.timesince').attr('title', null);
|
|
||||||
|
|
||||||
var moduleName = el.data('icingaModule');
|
var moduleName = el.data('icingaModule');
|
||||||
if (moduleName) {
|
if (moduleName) {
|
||||||
if (icinga.hasModule(moduleName)) {
|
if (icinga.hasModule(moduleName)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user