Skip to content

Commit

Permalink
Remove useless tooltip from host and service list
Browse files Browse the repository at this point in the history
remove titles from time spans on all td.state, since the formatted time
is already displayed in the inner div
  • Loading branch information
majentsch committed Sep 3, 2014
1 parent 64b9c89 commit 510e383
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/js/icinga/events.js
Expand Up @@ -53,6 +53,8 @@
}
});

$('td.state span.timesince').attr('title', null);

var moduleName = el.data('icingaModule');
if (moduleName) {
if (icinga.hasModule(moduleName)) {
Expand Down

0 comments on commit 510e383

Please sign in to comment.