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 From 28d1d0154a4d6a04957e2dac1dbc90c33625bbac Mon Sep 17 00:00:00 2001 From: Selvasundaram Date: Wed, 27 Jul 2011 21:14:22 +0530 Subject: New icons for running tasks and online --- src/com.gluster.storage.management.gui/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 35ef6537..36a3f3d9 100644 --- a/src/com.gluster.storage.management.gui/plugin.xml +++ b/src/com.gluster.storage.management.gui/plugin.xml @@ -170,7 +170,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.TasksView" - icon="icons/tango/16x16/progress-bar.png" + icon="icons/tango/16x16/running-task.png" id="com.gluster.storage.management.gui.views.TasksView" name="Tasks" restorable="true"> -- cgit