summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gui/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
-rw-r--r--src/com.gluster.storage.management.gui/plugin.xml25
1 files changed, 23 insertions, 2 deletions
diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml
index dad85498..7d9aac84 100644
--- a/src/com.gluster.storage.management.gui/plugin.xml
+++ b/src/com.gluster.storage.management.gui/plugin.xml
@@ -279,6 +279,12 @@
id="com.gluster.storage.management.gui.commands.Delete"
name="Delete">
</command>
+ <command
+ categoryId="com.gluster.storage.management.gui.category"
+ description="Change Password"
+ id="com.gluster.storage.management.gui.commands.ChangePassword"
+ name="Change Password">
+ </command>
</extension>
<extension
point="org.eclipse.ui.bindings">
@@ -952,7 +958,7 @@
class="com.gluster.storage.management.gui.actions.RefreshDataAction"
definitionId="org.eclipse.ui.window.preferences"
icon="icons/tango/32x32/view-refresh.png"
- id="com.gluster.storage.management.gui.actions.AddServerAction"
+ id="com.gluster.storage.management.gui.actions.RefreshDataAction"
label="&amp;Refresh"
menubarPath="com.gluster.storage.management.gui.menu.edit/edit"
pulldown="false"
@@ -967,7 +973,7 @@
class="com.gluster.storage.management.gui.actions.PreferencesAction"
definitionId="org.eclipse.ui.window.preferences"
icon="icons/tango/32x32/settings.png"
- id="com.gluster.storage.management.gui.actions.AddServerAction"
+ id="com.gluster.storage.management.gui.actions.PreferencesAction"
label="&amp;Settings"
menubarPath="com.gluster.storage.management.gui.menu.edit/edit"
pulldown="false"
@@ -977,6 +983,21 @@
toolbarPath="Normal"
tooltip="Settings">
</action>
+ <action
+ allowLabelUpdate="false"
+ class="com.gluster.storage.management.gui.actions.ChangePasswordAction"
+ definitionId="com.gluster.storage.management.gui.commands.ChangePassword"
+ icon="icons/tango/32x32/change-password.png"
+ id="com.gluster.storage.management.gui.actions.AddServerAction"
+ label="&amp;Change Password"
+ menubarPath="com.gluster.storage.management.gui.menu.edit/edit"
+ mode="FORCE_TEXT"
+ pulldown="false"
+ retarget="false"
+ state="false"
+ style="push"
+ tooltip="Change password">
+ </action>
<menu
id="com.gluster.storage.management.gui.menu.edit"
label="&amp;Edit"