[icinga-checkins] icinga.org: icinga-core/rbartels/core-removed-gcc-warnings-please-test: classic-ui: moved "tab_friendly_titles" to COMMON SECTION in cgi.cgf. in #3506
git at icinga.org
git at icinga.org
Sun Apr 7 22:33:10 CEST 2013
Module: icinga-core
Branch: rbartels/core-removed-gcc-warnings-please-test
Commit: 03442d04ee16e48e44382aaa8183dba37bf23ce3
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=03442d04ee16e48e44382aaa8183dba37bf23ce3
Author: Ricardo Bartels <ricardo at bitchbrothers.com>
Date: Wed Mar 27 01:54:13 2013 +0100
classic-ui: moved "tab_friendly_titles" to COMMON SECTION in cgi.cgf.in #3506
refs: #3506
---
sample-config/cgi.cfg.in | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/sample-config/cgi.cfg.in b/sample-config/cgi.cfg.in
index 40683de..e73dbff 100644
--- a/sample-config/cgi.cfg.in
+++ b/sample-config/cgi.cfg.in
@@ -172,6 +172,22 @@ notes_url_target=main
+# TAB-FRIENDLY <TITLE>S
+# Activating this option changes the <title> of status.cgi
+# and extinfo.cgi when they refer to a single host, service,
+# or group. They will then read:
+# [Host]
+# {HostGroup}
+# ServiceDesc @ Host
+# (ServiceGroup)
+# These are easier to read and find if you use (many) tabs
+# in your browser.
+# Default is enabled. 0=disabled, 1=enabled
+
+tab_friendly_titles=1
+
+
+
######################################
#
@@ -741,22 +757,6 @@ extinfo_show_child_hosts=0
-# TAB-FRIENDLY <TITLE>S
-# Activating this option changes the <title> of status.cgi
-# and extinfo.cgi when they refer to a single host, service,
-# or group. They will then read:
-# [Host]
-# {HostGroup}
-# ServiceDesc @ Host
-# (ServiceGroup)
-# These are easier to read and find if you use (many) tabs
-# in your browser.
-# Default is enabled. 0=disabled, 1=enabled
-
-tab_friendly_titles=1
-
-
-
######################################
#
More information about the icinga-checkins
mailing list