]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: Add icon for button save in tab TV Adapters
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Fri, 31 Oct 2014 21:34:54 +0000 (22:34 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 7 Nov 2014 14:55:56 +0000 (15:55 +0100)
src/webui/static/app/idnode.js

index b03b7353cc59d5ca03688f0146e317b721b9bff2..fb6e018c001ba86d0dbf10dff3bd1b8ec30c924d 100644 (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;