diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 5527af62..0e00508d 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -141,7 +141,7 @@ tvheadend.IdNodeField = function(conf) } if (this.enum || this.list) w = 300; - + var props = { width: w, dataIndex: this.id, @@ -155,7 +155,7 @@ tvheadend.IdNodeField = function(conf) dataIndex: this.id } }; - + // Special handling for checkboxes if (ftype === 'boolean') {