Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
EPGGRABER: cosmetic changes to show more name grabber
  • Loading branch information
pepsonEL authored and perexg committed Dec 15, 2014
1 parent c7be037 commit 3184c8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/webui/static/app/epggrab.js
Expand Up @@ -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
});

/*
Expand All @@ -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,
Expand Down Expand Up @@ -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({
Expand Down

0 comments on commit 3184c8b

Please sign in to comment.