summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console/plugin.xml
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-08-10 18:25:37 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-08-10 18:26:14 +0530
commitc34d9abeefcae4ba87cc6b54eed8644d37714c8a (patch)
tree140512d7dfba2f4b663c5e77c6175527bc70ef3c /src/com.gluster.storage.management.console/plugin.xml
parent6357456904aecbc801b54f56c92be2a644fdd808 (diff)
Added 'disabled' status icon for migrate brick action
Diffstat (limited to 'src/com.gluster.storage.management.console/plugin.xml')
-rw-r--r--src/com.gluster.storage.management.console/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.console/plugin.xml b/src/com.gluster.storage.management.console/plugin.xml
index 9e799d49..60316263 100644
--- a/src/com.gluster.storage.management.console/plugin.xml
+++ b/src/com.gluster.storage.management.console/plugin.xml
@@ -506,7 +506,8 @@
allowLabelUpdate="false"
class="com.gluster.storage.management.console.actions.MigrateBrickAction"
definitionId="com.gluster.storage.management.console.commands.MigrateDisk"
- icon="icons/tango/32x32/replace-brick.png"
+ disabledIcon="icons/tango/32x32/migrate-brick-disabled.png"
+ icon="icons/tango/32x32/migrate-brick.png"
id="com.gluster.storage.management.console.actions.MigrateDiskAction"
label="&amp;Migrate Brick"
menubarPath="com.gluster.storage.management.console.menu.volume/volume"