mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-02 16:39:25 -05:00
js: Remove instructions regarding fixed control layout
That's not fixed since a long time now.
This commit is contained in:
parent
c43128be3e
commit
4df9f52535
1 changed files with 0 additions and 4 deletions
|
|
@ -206,17 +206,13 @@
|
|||
var icinga = this.module.icinga;
|
||||
if ($controls.hasClass('want-fullscreen')) {
|
||||
if (!$layout.hasClass('fullscreen-layout')) {
|
||||
|
||||
$layout.addClass('fullscreen-layout');
|
||||
$controls.removeAttr('style');
|
||||
$container.find('.fake-controls').remove();
|
||||
icinga.ui.currentLayout = 'fullscreen';
|
||||
}
|
||||
} else if (! $container.parent('.dashboard').length) {
|
||||
if ($layout.hasClass('fullscreen-layout')) {
|
||||
$layout.removeClass('fullscreen-layout');
|
||||
icinga.ui.layoutHasBeenChanged();
|
||||
icinga.ui.initializeControls($container);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue