diff --git a/docs/html/config_access.html b/docs/html/config_access.html index a1068c6a..8377d45e 100644 --- a/docs/html/config_access.html +++ b/docs/html/config_access.html @@ -63,9 +63,12 @@ The columns have the following functions:
Enables access to all video recording functions. This also include administration of the auto recordings. -
All Configs (VR) +
User Configs (VR)
- 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.
Web interface
diff --git a/src/webui/static/app/acleditor.js b/src/webui/static/app/acleditor.js index e3f7244d..0b08d330 100644 --- a/src/webui/static/app/acleditor.js +++ b/src/webui/static/app/acleditor.js @@ -41,7 +41,7 @@ tvheadend.acleditor = function() { width: 100 }, { xtype: 'checkcolumn', - header: "All Configs (VR)", + header: "User Configs (VR)", dataIndex: 'dvrallcfg', width: 100 }, {