From 2372b40a96a04425e700e88b5d1c5e6ae426ff47 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 16 Nov 2016 16:02:58 +0100 Subject: [PATCH] IcingaHostTemplateTable: do not show inheritance ...for now --- application/tables/IcingaHostTemplateTable.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/application/tables/IcingaHostTemplateTable.php b/application/tables/IcingaHostTemplateTable.php index 0d01004a..3c3d3bdf 100644 --- a/application/tables/IcingaHostTemplateTable.php +++ b/application/tables/IcingaHostTemplateTable.php @@ -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;