WEBUI: Add icon for button save in tab TV Adapters

This commit is contained in:
Piotr Kuchciak 2014-10-31 22:34:54 +01:00 committed by Jaroslav Kysela
parent 046a998640
commit 80563f189b

View file

@ -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;