mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-12 16:34:25 +02:00
parent
d0c56126b8
commit
2a28e60bb7
@ -325,7 +325,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
var title = req.getResponseHeader('X-Icinga-Title');
|
var title = req.getResponseHeader('X-Icinga-Title');
|
||||||
if (title && req.$target.closest('.dashboard').length === 0) {
|
if (title && ! req.autorefresh && req.$target.closest('.dashboard').length === 0) {
|
||||||
this.icinga.ui.setTitle(title);
|
this.icinga.ui.setTitle(title);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user