mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
JS "impact" handling needs improvement, first step here
This commit is contained in:
parent
84a62b7bbf
commit
097d3a94a4
@ -287,6 +287,11 @@
|
||||
if (windowId) {
|
||||
this.icinga.ui.setWindowId(windowId);
|
||||
}
|
||||
|
||||
// Remove 'impact' class if there was such
|
||||
if (req.$target.hasClass('impact')) {
|
||||
req.$target.removeClass('impact');
|
||||
}
|
||||
|
||||
// Handle search requests, still hardcoded
|
||||
if (req.url === '/search' &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user