mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-15 08:48:33 -05:00
views/scripts: remove unified scripts
This commit is contained in:
parent
ab070fc5ab
commit
26d41a445d
7 changed files with 3 additions and 8 deletions
|
|
@ -367,6 +367,8 @@ class ProcessController extends Controller
|
|||
)
|
||||
)
|
||||
);
|
||||
|
||||
$this->setViewScript('process/source');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
<?= $this->controls->render() ?>
|
||||
<?= $this->content->render() ?>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
<?= $this->controls->render() ?>
|
||||
<?= $this->content->render() ?>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
<?= $this->controls->render() ?>
|
||||
<?= $this->content->render() ?>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
<?= $this->controls->render() ?>
|
||||
<?= $this->content->render() ?>
|
||||
|
|
@ -53,6 +53,7 @@ class Controller extends ModuleController
|
|||
= (bool) $this->_helper->layout()->showFullscreen;
|
||||
|
||||
$this->view->compact = $this->params->get('view') === 'compact';
|
||||
$this->setViewScript('default');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue