]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
General config user level adjustments
authorGlenn-1990 <g_christiaensen@msn.com>
Tue, 18 Oct 2016 12:33:16 +0000 (14:33 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 20 Oct 2016 12:08:07 +0000 (14:08 +0200)
src/config.c
src/webui/static/app/config.js

index 86ec785b087c6e6be01e30330e737995bd9e2628..340e97e64f315f7a8f3d0981123704f2b50faab0 100644 (file)
@@ -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
     },
     {
index 60e83cef08cd1c9ec36f8e7674ab5abb87bfe873..3df02c713d3d59db4aef4b903ab966eaf27aa7d4 100644 (file)
@@ -108,6 +108,7 @@ tvheadend.imgcacheconf = function(panel, index) {
         title: _('Image Cache'),
         iconCls: 'imgcacheconf',
         tabIndex: index,
+        uilevel: 'advanced',
         comet: 'imagecache',
         width: 550,
         labelWidth: 200,