From 97964bbc552cf0c3a86d0dff8ba00d930f60fd5d Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Mon, 21 Mar 2011 20:17:17 +0530 Subject: Modified to enable/disable start/stop volume actions depending on the status of currently selected volume --- com.gluster.storage.management.gui/plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'com.gluster.storage.management.gui/plugin.xml') diff --git a/com.gluster.storage.management.gui/plugin.xml b/com.gluster.storage.management.gui/plugin.xml index 1b14c6f2..f5ab3db7 100644 --- a/com.gluster.storage.management.gui/plugin.xml +++ b/com.gluster.storage.management.gui/plugin.xml @@ -125,7 +125,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.VolumeLogsView" - icon="icons/gluster_icon.png" + icon="icons/logs.png" id="com.gluster.storage.management.gui.views.VolumeLogsView" name="Volume Logs" restorable="true"> @@ -179,7 +179,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.GlusterServerLogsView" - icon="icons/gluster_icon.png" + icon="icons/logs.png" id="com.gluster.storage.management.gui.views.GlusterServerLogsView" name="Server Logs" restorable="true"> -- cgit