diff --git a/src/webui/static/app/acleditor.js b/src/webui/static/app/acleditor.js index c0406d17..97d805ad 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: {