From 80563f189b749f20b4e2bc6a1c24803870721c6d Mon Sep 17 00:00:00 2001 From: Piotr Kuchciak Date: Fri, 31 Oct 2014 22:34:54 +0100 Subject: [PATCH] WEBUI: Add icon for button save in tab TV Adapters --- src/webui/static/app/idnode.js | 1 + 1 file changed, 1 insertion(+) 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;