From d09ad2641f39ad7e3bb4e527fc6e8673dda6a380 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 10 Aug 2015 13:22:05 +0200 Subject: [PATCH] Remove CSS rule for class "timesince" It's not used anywhere. --- modules/monitoring/public/css/module.less | 8 -------- public/js/icinga/events.js | 2 -- 2 files changed, 10 deletions(-) diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less index 406031c19..3aabe1f51 100644 --- a/modules/monitoring/public/css/module.less +++ b/modules/monitoring/public/css/module.less @@ -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; } diff --git a/public/js/icinga/events.js b/public/js/icinga/events.js index 4bbba72fc..09781e6f8 100644 --- a/public/js/icinga/events.js +++ b/public/js/icinga/events.js @@ -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)) {