Remove CSS rule for class "timesince"

It's not used anywhere.
This commit is contained in:
Johannes Meyer 2015-08-10 13:22:05 +02:00
parent b54a643c97
commit d09ad2641f
2 changed files with 0 additions and 10 deletions

View File

@ -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;
} }

View File

@ -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)) {