mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-23 08:09:37 -05:00
parent
c8a6eee054
commit
324a6e898d
1 changed files with 4 additions and 0 deletions
|
|
@ -57,5 +57,9 @@ class NodeController extends Controller
|
||||||
$content->add($bc);
|
$content->add($bc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($content->isEmpty()) {
|
||||||
|
$content->add($this->translate('No impact detected. Is this node part of a business process?'));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue