Remove useless tooltip from host and service list

remove titles from time spans on all td.state, since the formatted time
is already displayed in the inner div
This commit is contained in:
Matthias Jentsch 2014-09-03 17:42:31 +02:00
parent 64b9c89692
commit 510e38335e
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@
}
});
$('td.state span.timesince').attr('title', null);
var moduleName = el.data('icingaModule');
if (moduleName) {
if (icinga.hasModule(moduleName)) {