summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gui/plugin.xml
diff options
context:
space:
mode:
authorShireesh Anjal <anjalshireesh@gmail.com>2011-07-15 00:17:49 -0700
committerShireesh Anjal <anjalshireesh@gmail.com>2011-07-15 00:17:49 -0700
commit691f4b7519a7758de9316766d9963d68cdd50924 (patch)
tree6c984337f443cf8b82c4cea869521e13ccecb119 /src/com.gluster.storage.management.gui/plugin.xml
parente07afcafe31073068e66bd8a21d12b5dd78f50cb (diff)
parent79cefeac834f8f671c1195a1331e6a53ba5e74e6 (diff)
Merge pull request #113 from Selvasundaram/master
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"