Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ACL: add uilevel to expert grid
  • Loading branch information
perexg committed Dec 2, 2015
1 parent da15d97 commit 97d6eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/access.c
Expand Up @@ -1416,7 +1416,7 @@ const idclass_t access_entry_class = {
.name = N_("User interface level"),
.off = offsetof(access_entry_t, ae_uilevel),
.list = uilevel_get_list,
.opts = PO_HIDDEN
.opts = PO_EXPERT
},
{
.type = PT_STR,
Expand Down
2 changes: 1 addition & 1 deletion src/webui/static/app/acleditor.js
Expand Up @@ -5,7 +5,7 @@
tvheadend.acleditor = function(panel, index)
{
var list = 'enabled,username,password,prefix,' +
'lang,webui,admin,' +
'lang,webui,uilevel,admin,' +
'streaming,adv_streaming,htsp_streaming,' +
'profile,conn_limit_type,conn_limit,' +
'dvr,htsp_dvr,all_dvr,all_rw_dvr,' +
Expand Down

0 comments on commit 97d6eb8

Please sign in to comment.