mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +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 ($cnt = $row->cnt_child_templates) {
|
||||||
if ((int) $cnt === 1) {
|
if ((int) $cnt === 1) {
|
||||||
$title = $view->translate('Show one host template using this template');
|
$title = $view->translate('Show one host template using this template');
|
||||||
@ -79,7 +82,7 @@ class IcingaHostTemplateTable extends IcingaHostTable
|
|||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
return $htm;
|
return $htm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user