diff --git a/src/webui/static/app/cwceditor.js b/src/webui/static/app/cwceditor.js index 76fd27b4..8d3dea98 100644 --- a/src/webui/static/app/cwceditor.js +++ b/src/webui/static/app/cwceditor.js @@ -26,11 +26,17 @@ tvheadend.cwceditor = function() { },{ header: "Password", dataIndex: 'password', + renderer: function(value, metadata, record, row, col, store) { + return 'hidden' + }, editor: new fm.TextField({allowBlank: false}) },{ header: "DES Key", dataIndex: 'deskey', width: 300, + renderer: function(value, metadata, record, row, col, store) { + return 'hidden' + }, editor: new fm.TextField({allowBlank: false}) },{ header: "Comment",