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:
parent
64b9c89692
commit
510e38335e
|
@ -53,6 +53,8 @@
|
|||
}
|
||||
});
|
||||
|
||||
$('td.state span.timesince').attr('title', null);
|
||||
|
||||
var moduleName = el.data('icingaModule');
|
||||
if (moduleName) {
|
||||
if (icinga.hasModule(moduleName)) {
|
||||
|
|
Loading…
Reference in New Issue