summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gui/plugin.xml
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-04-29 16:29:36 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-04-29 16:29:36 +0530
commit9c749f036a5f6efd83b3d5fd8e90681916448db4 (patch)
tree52c2854dc1f0e914c6b381f83456de3af31b566e /src/com.gluster.storage.management.gui/plugin.xml
parent9c566f1fa5efc95ab0c929d7f0615a3dad06bad0 (diff)
parent1a2533deb10ed4dc0c4d910ce830a7065b845e68 (diff)
Merge branch 'master' of https://github.com/Selvasundaram/console into ss-master
Conflicts: src/com.gluster.storage.management.gui/plugin.xml
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
-rw-r--r--src/com.gluster.storage.management.gui/plugin.xml33
1 files changed, 27 insertions, 6 deletions
diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml
index 2c9ea50d..b208fc24 100644
--- a/src/com.gluster.storage.management.gui/plugin.xml
+++ b/src/com.gluster.storage.management.gui/plugin.xml
@@ -257,6 +257,11 @@
id="com.gluster.storage.management.gui.commands.RemoveDisk"
name="Remove Disk">
</command>
+ <command
+ description="Add Disk"
+ id="com.gluster.storage.management.gui.commands.AddDisk"
+ name="Add Disk">
+ </command>
</extension>
<extension
point="org.eclipse.ui.bindings">
@@ -497,11 +502,11 @@
style="push"
toolbarPath="Normal"
tooltip="Migrate Disk">
- <enablement>
- <objectClass
- name="com.gluster.storage.management.core.model.Disk">
- </objectClass>
- </enablement>
+ <enablement>
+ <objectClass
+ name="com.gluster.storage.management.core.model.Disk">
+ </objectClass>
+ </enablement>
</action>
<action
allowLabelUpdate="false"
@@ -597,7 +602,23 @@
state="false"
style="push"
toolbarPath="Normal"
- tooltip="Remove Disk">
+ tooltip="Remove Disk from Volume">
+ </action>
+ <action
+ allowLabelUpdate="false"
+ class="com.gluster.storage.management.gui.actions.AddDiskAction"
+ definitionId="com.gluster.storage.management.gui.commands.AddDisk"
+ icon="icons/disk.png"
+ id="com.gluster.storage.management.gui.actions.AddDiskAction"
+ label="&amp;Add Disk"
+ menubarPath="com.gluster.storage.management.gui.menu.volume/volume"
+ mode="FORCE_TEXT"
+ pulldown="false"
+ retarget="false"
+ state="false"
+ style="push"
+ toolbarPath="Normal"
+ tooltip="Add Disk to Volume">
</action>
<menu
id="com.gluster.storage.management.gui.menu.volume"