mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
Fix UI controls AFTER detecting a layout change
This commit is contained in:
parent
bfb123eec7
commit
d8c758056f
@ -148,7 +148,6 @@
|
|||||||
*/
|
*/
|
||||||
onWindowResize: function (event) {
|
onWindowResize: function (event) {
|
||||||
var self = event.data.self;
|
var self = event.data.self;
|
||||||
self.fixControls();
|
|
||||||
|
|
||||||
if (self.layoutHasBeenChanged()) {
|
if (self.layoutHasBeenChanged()) {
|
||||||
self.icinga.logger.info(
|
self.icinga.logger.info(
|
||||||
@ -156,6 +155,7 @@
|
|||||||
self.currentLayout
|
self.currentLayout
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
self.fixControls();
|
||||||
self.refreshDebug();
|
self.refreshDebug();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user