diff options
| author | Tim <timothyasir@gluster.com> | 2011-07-15 16:53:42 +0530 |
|---|---|---|
| committer | Tim <timothyasir@gluster.com> | 2011-07-15 16:53:42 +0530 |
| commit | e95fd9dc82ec09878464ac8629d5c1c88c3c76cf (patch) | |
| tree | a72e5efd546db603e893aff10da7cc5412cd95bd /src/com.gluster.storage.management.gui/plugin.xml | |
| parent | 5c791f92f77aa65fd0c744b5660336ef300248b2 (diff) | |
| parent | 691f4b7519a7758de9316766d9963d68cdd50924 (diff) | |
Merge remote branch 'upstream/master'
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.gui/plugin.xml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml index e410b4b8..4f2ad2af 100644 --- a/src/com.gluster.storage.management.gui/plugin.xml +++ b/src/com.gluster.storage.management.gui/plugin.xml @@ -988,7 +988,7 @@ 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" + id="com.gluster.storage.management.gui.actions.ChangePasswordAction" label="&Change Password" menubarPath="com.gluster.storage.management.gui.menu.edit/edit" mode="FORCE_TEXT" @@ -998,6 +998,36 @@ style="push" tooltip="Change password"> </action> + <action + allowLabelUpdate="false" + class="com.gluster.storage.management.gui.actions.ExportSshKeysAction" + definitionId="com.gluster.storage.management.gui.commands.ExportSshKeys" + icon="icons/tango/32x32/export-keys.png" + id="com.gluster.storage.management.gui.actions.ExportSshKeysAction" + label="&Export Keys" + menubarPath="com.gluster.storage.management.gui.menu.edit/edit" + mode="FORCE_TEXT" + pulldown="false" + retarget="false" + state="false" + style="push" + tooltip="Export SSH keys"> + </action> + <action + allowLabelUpdate="false" + class="com.gluster.storage.management.gui.actions.ImportSshKeysAction" + definitionId="com.gluster.storage.management.gui.commands.ImportSshKeys" + icon="icons/tango/32x32/import-keys.png" + id="com.gluster.storage.management.gui.actions.ImportSshKeysAction" + label="&Import Keys" + menubarPath="com.gluster.storage.management.gui.menu.edit/edit" + mode="FORCE_TEXT" + pulldown="false" + retarget="false" + state="false" + style="push" + tooltip="Import SSH keys"> + </action> <menu id="com.gluster.storage.management.gui.menu.edit" label="&Edit" |
