Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ACL editor: correct the column name and description for dvrallcfg
  • Loading branch information
perexg committed Aug 11, 2014
1 parent 7d8470b commit da10a35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/html/config_access.html
Expand Up @@ -63,9 +63,12 @@
<dd>
Enables access to all video recording functions. This also include administration of the auto recordings.

<dt>All Configs (VR)
<dt>User Configs (VR)
<dd>
Allow use of and configuration of DVR configuration profiles.
Use a DVR configuration profile matched to the authorized user by name
(the configuration profile must have same name as the user). If the DVR
configuration profile does not exists, the default profile is used.
The user is also not allowed to select another profile.

<dt>Web interface
<dd>
Expand Down
2 changes: 1 addition & 1 deletion src/webui/static/app/acleditor.js
Expand Up @@ -41,7 +41,7 @@ tvheadend.acleditor = function() {
width: 100
}, {
xtype: 'checkcolumn',
header: "All Configs (VR)",
header: "User Configs (VR)",
dataIndex: 'dvrallcfg',
width: 100
}, {
Expand Down

0 comments on commit da10a35

Please sign in to comment.