Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: Add icon for button save in tab TV Adapters
  • Loading branch information
pepsonEL authored and perexg committed Nov 7, 2014
1 parent 046a998 commit 80563f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/static/app/idnode.js
Expand Up @@ -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;
Expand Down

0 comments on commit 80563f1

Please sign in to comment.