mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-02 16:39:25 -05:00
process/show: Hide sort control in fullscreen or compact view
fixes #462
This commit is contained in:
parent
726cab5851
commit
4d0dc0c91f
1 changed files with 3 additions and 1 deletions
|
|
@ -204,7 +204,9 @@ class ProcessController extends Controller
|
|||
);
|
||||
}
|
||||
|
||||
$controls->addHtml($this->createBpSortControl($renderer, $bp));
|
||||
if (! ($this->showFullscreen || $this->view->compact)) {
|
||||
$controls->addHtml($this->createBpSortControl($renderer, $bp));
|
||||
}
|
||||
}
|
||||
|
||||
protected function getNode(BpConfig $bp)
|
||||
|
|
|
|||
Loading…
Reference in a new issue