diff options
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.gui/plugin.xml | 25 |
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 0a4c068d..f67bb454 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"> @@ -981,7 +987,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="&Refresh" menubarPath="com.gluster.storage.management.gui.menu.edit/edit" mode="FORCE_TEXT" @@ -997,7 +1003,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="&Settings" menubarPath="com.gluster.storage.management.gui.menu.edit/edit" mode="FORCE_TEXT" @@ -1008,6 +1014,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="&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="&Edit" |
