diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index b03b7353..fb6e018c 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -758,6 +758,7 @@ tvheadend.idnode_editor = function(item, conf) if (!conf.noButtons) { var saveBtn = new Ext.Button({ text: 'Save', + iconCls: 'save', handler: function() { var node = panel.getForm().getFieldValues(); node.uuid = item.uuid;