summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gui/plugin.xml
diff options
context:
space:
mode:
authorSelvasundaram <selvam@gluster.com>2011-07-14 20:40:29 +0530
committerSelvasundaram <selvam@gluster.com>2011-07-14 20:40:29 +0530
commit4a85ffe9e19f1880f4e00468fdee56191babc818 (patch)
treea88061820614de7d36d408569c9ea7dcf0c4c2d9 /src/com.gluster.storage.management.gui/plugin.xml
parent0c8eaa743eecf409e299a82080c629b744c44592 (diff)
Export SSH keys feature
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
-rw-r--r--src/com.gluster.storage.management.gui/plugin.xml32
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="&amp;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="&amp;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="&amp;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="&amp;Edit"