mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-12 07:23:04 -05:00
ProcessController: title, cosmetics
This commit is contained in:
parent
c856a6fc26
commit
c1802a8f59
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ class ProcessController extends Controller
|
|||
$bp->retrieveStatesFromBackend();
|
||||
$this->handleSimulations($bp);
|
||||
|
||||
$this->setTitle('Business Process "%s"', $bp->getTitle());
|
||||
$this->setTitle($this->translate('Business Process "%s"'), $bp->getTitle());
|
||||
|
||||
$renderer = $this->prepareRenderer($bp, $node);
|
||||
|
||||
|
|
@ -191,7 +191,7 @@ class ProcessController extends Controller
|
|||
}
|
||||
|
||||
if ($action === 'add') {
|
||||
$form =$this->loadForm('AddNode')
|
||||
$form = $this->loadForm('AddNode')
|
||||
->setProcess($bp)
|
||||
->setParentNode($node)
|
||||
->setSession($this->session())
|
||||
|
|
|
|||
Loading…
Reference in a new issue