summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gui/plugin.xml
diff options
context:
space:
mode:
authorDhandapani <dhandapani@gluster.com>2011-04-27 11:01:55 +0530
committerDhandapani <dhandapani@gluster.com>2011-04-28 11:05:07 +0530
commit20033a20631d48b503f30fbfbc5cf0b2b54b8b0b (patch)
tree649f2c04734709a6c9e23e78bf4bd5a21dbe1a11 /src/com.gluster.storage.management.gui/plugin.xml
parente201155bb0e6b34c3974ff66f0911081dbbb355b (diff)
Story #13: Remove Disk UI changes
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
-rw-r--r--src/com.gluster.storage.management.gui/plugin.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml
index 97a60ad1..2c9ea50d 100644
--- a/src/com.gluster.storage.management.gui/plugin.xml
+++ b/src/com.gluster.storage.management.gui/plugin.xml
@@ -251,6 +251,12 @@
id="com.gluster.storage.management.gui.commands.MigrateDisk"
name="Migrate Disk">
</command>
+ <command
+ categoryId="com.gluster.storage.management.gui.category"
+ description="Remove Disk"
+ id="com.gluster.storage.management.gui.commands.RemoveDisk"
+ name="Remove Disk">
+ </command>
</extension>
<extension
point="org.eclipse.ui.bindings">
@@ -577,6 +583,22 @@
toolbarPath="Normal"
tooltip="Start Volume">
</action>
+ <action
+ allowLabelUpdate="false"
+ class="com.gluster.storage.management.gui.actions.RemoveDiskAction"
+ definitionId="com.gluster.storage.management.gui.commands.RemoveDisk"
+ icon="icons/disk.png"
+ id="com.gluster.storage.management.gui.actions.RemoveDiskAction"
+ label="Remove Disk"
+ menubarPath="com.gluster.storage.management.gui.menu.volume/volume"
+ mode="FORCE_TEXT"
+ pulldown="false"
+ retarget="false"
+ state="false"
+ style="push"
+ toolbarPath="Normal"
+ tooltip="Remove Disk">
+ </action>
<menu
id="com.gluster.storage.management.gui.menu.volume"
label="&amp;Gluster"