]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: change size columns in ACL
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Mon, 13 Oct 2014 08:51:16 +0000 (10:51 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 13 Oct 2014 13:34:31 +0000 (15:34 +0200)
src/webui/static/app/acleditor.js

index c0406d1721aafc4619395bb3a3b9fae12eb0c475..97d805ad1e0765653e543233b8bf0e140036839b 100644 (file)
@@ -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: {