diff options
| author | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-04-29 03:52:40 -0700 |
|---|---|---|
| committer | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-04-29 03:52:40 -0700 |
| commit | 9c566f1fa5efc95ab0c929d7f0615a3dad06bad0 (patch) | |
| tree | ba99499dd29446b5a8791ba4577ee6368a5e7c48 /src/com.gluster.storage.management.gui/plugin.xml | |
| parent | 5929eb521817c7081ef3c824e00f7cc8d25ccc86 (diff) | |
| parent | 744018af797001e84340600bec3fcfc18328dabf (diff) | |
Merged pull request #21 from Dhandapani/master.
Story #13: Remove Disk UI changes, Bug 2848 - Create volume not working
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.gui/plugin.xml | 22 |
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="&Gluster" |
