mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +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) {
|
if (windowId) {
|
||||||
this.icinga.ui.setWindowId(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
|
// Handle search requests, still hardcoded
|
||||||
if (req.url === '/search' &&
|
if (req.url === '/search' &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user