ACL editor: correct the column name and description for dvrallcfg
This commit is contained in:
parent
7d8470ba98
commit
da10a35ced
2 changed files with 6 additions and 3 deletions
|
@ -63,9 +63,12 @@ The columns have the following functions:
|
|||
<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>
|
||||
|
|
|
@ -41,7 +41,7 @@ tvheadend.acleditor = function() {
|
|||
width: 100
|
||||
}, {
|
||||
xtype: 'checkcolumn',
|
||||
header: "All Configs (VR)",
|
||||
header: "User Configs (VR)",
|
||||
dataIndex: 'dvrallcfg',
|
||||
width: 100
|
||||
}, {
|
||||
|
|
Loading…
Add table
Reference in a new issue