IcingaHostTemplateTable: do not show inheritance

...for now
This commit is contained in:
Thomas Gelf 2016-11-16 16:02:58 +01:00
parent b39e7efce7
commit 2372b40a96

View File

@ -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;