Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
General config user level adjustments
  • Loading branch information
Glenn-1990 authored and perexg committed Oct 20, 2016
1 parent 7d3c9b4 commit 1453405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/config.c
Expand Up @@ -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
},
{
Expand All @@ -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
},
{
Expand Down Expand Up @@ -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
},
{
Expand Down
1 change: 1 addition & 0 deletions src/webui/static/app/config.js
Expand Up @@ -108,6 +108,7 @@ tvheadend.imgcacheconf = function(panel, index) {
title: _('Image Cache'),
iconCls: 'imgcacheconf',
tabIndex: index,
uilevel: 'advanced',
comet: 'imagecache',
width: 550,
labelWidth: 200,
Expand Down

0 comments on commit 1453405

Please sign in to comment.