From: Glenn-1990 Date: Tue, 18 Oct 2016 12:33:16 +0000 (+0200) Subject: General config user level adjustments X-Git-Tag: v4.2.1~248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1453405e3202305b004718ad13a31fd26a2b17b0;p=thirdparty%2Ftvheadend.git General config user level adjustments --- diff --git a/src/config.c b/src/config.c index 86ec785b0..340e97e64 100644 --- a/src/config.c +++ b/src/config.c @@ -2079,7 +2079,7 @@ const idclass_t config_class = { "It is intended to replace unencrypted HTTP basic access authentication. " "This option should be enabled for standard usage."), .off = offsetof(config_t, digest), - .opts = PO_ADVANCED, + .opts = PO_EXPERT, .group = 1 }, { @@ -2090,7 +2090,7 @@ const idclass_t config_class = { .desc = N_("The number of days cookies set by Tvheadend should " "expire."), .off = offsetof(config_t, cookie_expires), - .opts = PO_ADVANCED, + .opts = PO_EXPERT, .group = 1 }, { @@ -2131,6 +2131,7 @@ const idclass_t config_class = { "for the advanced level. By default, this tab is visible only " "in the expert level."), .off = offsetof(config_t, caclient_ui), + .opts = PO_ADVANCED, .group = 1 }, { diff --git a/src/webui/static/app/config.js b/src/webui/static/app/config.js index 60e83cef0..3df02c713 100644 --- a/src/webui/static/app/config.js +++ b/src/webui/static/app/config.js @@ -108,6 +108,7 @@ tvheadend.imgcacheconf = function(panel, index) { title: _('Image Cache'), iconCls: 'imgcacheconf', tabIndex: index, + uilevel: 'advanced', comet: 'imagecache', width: 550, labelWidth: 200,