mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-15 00:43:23 -05:00
BusinessProcess: allow to add root node
This commit is contained in:
parent
dad4b991ea
commit
1bbaf99938
1 changed files with 6 additions and 0 deletions
|
|
@ -70,6 +70,12 @@ class BusinessProcess
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function addRootNode($name)
|
||||
{
|
||||
$this->root_nodes[$name] = $this->getNode($name);
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function retrieveStatesFromBackend($backend)
|
||||
{
|
||||
$this->backend = $backend;
|
||||
|
|
|
|||
Loading…
Reference in a new issue