mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
IcingaHostTemplateTable: do not show inheritance
...for now
This commit is contained in:
parent
b39e7efce7
commit
2372b40a96
@ -36,6 +36,9 @@ class IcingaHostTemplateTable extends IcingaHostTable
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
/*
|
||||
// TODO: Not yet
|
||||
if ($cnt = $row->cnt_child_templates) {
|
||||
if ((int) $cnt === 1) {
|
||||
$title = $view->translate('Show one host template using this template');
|
||||
@ -79,7 +82,7 @@ class IcingaHostTemplateTable extends IcingaHostTable
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
return $htm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user