Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: change size columns in ACL
  • Loading branch information
pepsonEL authored and perexg committed Oct 13, 2014
1 parent e5958b1 commit 7f3b109
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/webui/static/app/acleditor.js
Expand Up @@ -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: {
Expand Down

0 comments on commit 7f3b109

Please sign in to comment.