mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-29 18:19:33 -05:00
Renderer: specify total number of nodes with "Node"
This commit is contained in:
parent
595c4a5cb3
commit
2d299f73b9
1 changed files with 2 additions and 9 deletions
|
|
@ -145,16 +145,9 @@ abstract class Renderer extends HtmlDocument
|
|||
[
|
||||
'class' => [
|
||||
'item-count',
|
||||
],
|
||||
'title' => sprintf('%u %s', $totalChildren, mtp(
|
||||
'businessprocess',
|
||||
'Child',
|
||||
'Children',
|
||||
$totalChildren,
|
||||
'businessprocess.nodes'
|
||||
))
|
||||
]
|
||||
],
|
||||
$totalChildren
|
||||
sprintf(mtp('businessprocess', '%u Child', '%u Children', $totalChildren), $totalChildren)
|
||||
);
|
||||
|
||||
$elements[] = array_filter([
|
||||
|
|
|
|||
Loading…
Reference in a new issue