From a05f9e63f8b68fd82a38499f3aa67dc5338376f1 Mon Sep 17 00:00:00 2001 From: Selvasundaram Date: Wed, 27 Jul 2011 19:17:25 +0530 Subject: Alerts, Running tasks and Chart refresh on all views Password icons removed [Bug 3265] Adding an already added server throws error message - hostname validation fix --- src/com.gluster.storage.management.gui/plugin.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/com.gluster.storage.management.gui/plugin.xml') diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml index 3955ed91..35ef6537 100644 --- a/src/com.gluster.storage.management.gui/plugin.xml +++ b/src/com.gluster.storage.management.gui/plugin.xml @@ -1084,7 +1084,6 @@ 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.ChangePasswordAction" label="&Change Password" menubarPath="com.gluster.storage.management.gui.menu.edit/edit" @@ -1099,7 +1098,6 @@ 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" @@ -1114,7 +1112,6 @@ 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" -- cgit