From: Jaroslav Kysela Date: Tue, 22 Sep 2015 14:31:39 +0000 (+0200) Subject: webui: create 'Users' level in Configuration X-Git-Tag: v4.2.1~2075 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec939da536b8bed110f382b9e6297eff35b1602a;p=thirdparty%2Ftvheadend.git webui: create 'Users' level in Configuration --- diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 8ec3d10c4..fb603c9f7 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -391,15 +391,25 @@ function accessUpdate(o) { items: [] }); - tvheadend.baseconf(general); tvheadend.imgcacheconf(general); tvheadend.satipsrvconf(general); cp.add(general); - tvheadend.acleditor(cp); - tvheadend.passwdeditor(cp); + /* Users */ + var users = new Ext.TabPanel({ + activeTab: 0, + autoScroll: true, + title: _('Users'), + iconCls: 'group', + items: [] + }); + + tvheadend.acleditor(users); + tvheadend.passwdeditor(users); + + cp.add(users); /* DVB inputs, networks, muxes, services */ var dvbin = new Ext.TabPanel({