]> git.datanom.net - omvzfs.git/blobdiff - gui/js/omv/module/admin/storage/zfs/TreePanel.js
Changed some icons.
[omvzfs.git] / gui / js / omv / module / admin / storage / zfs / TreePanel.js
index ab9c83f2fb9b28eb4ccdb63e454c25a279269c12..373f5b6149be50e8db046d20dc15fd46279a12d6 100644 (file)
@@ -190,7 +190,7 @@ Ext.define("OMV.module.admin.storage.zfs.TreePanel", {
                        id: me.getId() + "-add",
                        xtype: "button",
                        text: me.addButtonText,
-                       icon: "images/add.png",
+                       icon: "images/zfs_addpool.png",
                        iconCls: Ext.baseCSSPrefix + "btn-icon-16x16",
                        hidden: me.hideAddButton,
                        handler: Ext.Function.bind(me.onAddButton, me, [ me ]),
@@ -209,7 +209,7 @@ Ext.define("OMV.module.admin.storage.zfs.TreePanel", {
                        id: me.getId() + "-addobj",
                        xtype: "button",
                        text: me.addObjButtonText,
-                       icon: "images/add.png",
+                       icon: "images/zfs_addobject.png",
                        iconCls: Ext.baseCSSPrefix + "btn-icon-16x16",
                        hidden: me.hideAddObjButton,
                        handler: Ext.Function.bind(me.onAddObjButton, me, [ me ]),
This page took 0.030925 seconds and 5 git commands to generate.