From da10a35ced4f8becc49a92edae7efe0f6ce1b7f0 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 11 Aug 2014 13:56:48 +0200 Subject: [PATCH] ACL editor: correct the column name and description for dvrallcfg --- docs/html/config_access.html | 7 +++++-- src/webui/static/app/acleditor.js | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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 }, {