From: Piotr Kuchciak Date: Mon, 13 Oct 2014 08:51:16 +0000 (+0200) Subject: WEBUI: change size columns in ACL X-Git-Tag: v4.1~1056 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f3b10941a96352acc5a858cba1c8fd86a4d73c5;p=thirdparty%2Ftvheadend.git WEBUI: change size columns in ACL --- diff --git a/src/webui/static/app/acleditor.js b/src/webui/static/app/acleditor.js index c0406d172..97d805ad1 100644 --- a/src/webui/static/app/acleditor.js +++ b/src/webui/static/app/acleditor.js @@ -14,17 +14,18 @@ tvheadend.acleditor = function(panel, index) titleP: 'Access Entries', iconCls: 'group', columns: { + enabled: { width: 120 }, username: { width: 250 }, password: { width: 250 }, prefix: { width: 350 }, - streaming: { width: 100 }, - adv_streaming: { width: 100 }, - dvr: { width: 100 }, - webui: { width: 100 }, + streaming: { width: 110 }, + adv_streaming: { width: 200 }, + dvr: { width: 150 }, + webui: { width: 140 }, admin: { width: 100 }, - conn_limit: { width: 100 }, - channel_min: { width: 100 }, - channel_max: { width: 100 }, + conn_limit: { width: 160 }, + channel_min: { width: 160 }, + channel_max: { width: 160 }, }, tabIndex: index, edit: {