mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-30 07:09:26 -05:00
BpNode: fix "display" when rendering config
This commit is contained in:
parent
4d6be813e9
commit
6cad8bb9cb
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ class BpNode extends Node
|
|||
if ($this->hasAlias()/* || $this->hasPrio()*/) {
|
||||
$prio = $this->display; // TODO: $this->getPrio() ??
|
||||
$cfg .= sprintf(
|
||||
"display_name %s;%s;%s\n",
|
||||
"display %s;%s;%s\n",
|
||||
$prio,
|
||||
$this->name,
|
||||
$this->getAlias()
|
||||
|
|
|
|||
Loading…
Reference in a new issue