mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
ProcessController: remove last trace of old script
This commit is contained in:
parent
aba771f3aa
commit
39fd28daad
1 changed files with 0 additions and 4 deletions
|
|
@ -157,10 +157,6 @@ class ProcessController extends Controller
|
|||
// decide to use autorefreshInterval for HTML meta-refreshes also.
|
||||
$this->setAutorefreshInterval(1);
|
||||
}
|
||||
|
||||
if ($mode === 'tile') {
|
||||
$this->setViewScript('process/bprenderer');
|
||||
}
|
||||
}
|
||||
|
||||
protected function prepareProcess()
|
||||
|
|
|
|||
Loading…
Reference in a new issue