From: Piotr Kuchciak Date: Wed, 26 Nov 2014 17:24:22 +0000 (+0100) Subject: EPGGRABER: cosmetic changes to show more name grabber X-Git-Tag: v4.1~585 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3184c8b01d709ef9054a79b3c9a331c56da77ff5;p=thirdparty%2Ftvheadend.git EPGGRABER: cosmetic changes to show more name grabber --- diff --git a/src/webui/static/app/epggrab.js b/src/webui/static/app/epggrab.js index 38d62f179..4f3d191a4 100644 --- a/src/webui/static/app/epggrab.js +++ b/src/webui/static/app/epggrab.js @@ -96,7 +96,7 @@ tvheadend.epggrab = function(panel, index) { var internalCron = new Ext.form.TextArea({ fieldLabel: 'Cron multi-line', name: 'cron', - width: 300 + width: 350 }); /* @@ -105,7 +105,7 @@ tvheadend.epggrab = function(panel, index) { var internalModule = new Ext.form.ComboBox({ fieldLabel: 'Module', hiddenName: 'module', - width: 300, + width: 350, valueField: 'id', displayField: 'name', forceSelection: true, @@ -263,7 +263,7 @@ tvheadend.epggrab = function(panel, index) { var otaCron = new Ext.form.TextArea({ fieldLabel: 'Over-the-air Cron multi-line', name: 'ota_cron', - width: 300 + width: 350 }); var otaTimeout = new Ext.form.NumberField({