WEBUI: Add icon for button save in tab TV Adapters
This commit is contained in:
parent
046a998640
commit
80563f189b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue