diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-06-30 21:13:28 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-06-30 21:13:28 +0530 |
| commit | 78078fd17359c1d5384c87768094e49735231115 (patch) | |
| tree | 1948b60c41f860d3258861353928e10585270ade /src/com.gluster.storage.management.gui/plugin.xml | |
| parent | d96ded5677e17b4514fe1be67e4138e79714979b (diff) | |
| parent | f5c680106bf3abdd3e795637d3fe4baf956cbfe0 (diff) | |
Merge branch 'icons'
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.gui/plugin.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml index 0addb428..112c8e81 100644 --- a/src/com.gluster.storage.management.gui/plugin.xml +++ b/src/com.gluster.storage.management.gui/plugin.xml @@ -54,7 +54,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.VolumesView" - icon="icons/volumes.png" + icon="icons/tango/16x16/volume.png" id="com.gluster.storage.management.gui.views.VolumesView" name="Volumes" restorable="true"> @@ -99,7 +99,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.VolumeOptionsView" - icon="icons/preferences.png" + icon="icons/tango/16x16/settings.png" id="com.gluster.storage.management.gui.views.VolumeOptionsView" name="Volume Options" restorable="true"> @@ -108,7 +108,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.VolumeLogsView" - icon="icons/logs.png" + icon="icons/tango/16x16/logs.png" id="com.gluster.storage.management.gui.views.VolumeLogsView" name="Volume Logs" restorable="true"> @@ -126,7 +126,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.GlusterServersView" - icon="icons/servers.png" + icon="icons/tango/16x16/servers.png" id="com.gluster.storage.management.gui.views.GlusterServersView" name="Servers" restorable="true"> @@ -135,7 +135,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.DisksView" - icon="icons/disks.png" + icon="icons/tango/16x16/disk.png" id="com.gluster.storage.management.gui.views.DisksView" name="Disks" restorable="true"> @@ -153,7 +153,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.GlusterServerDisksView" - icon="icons/disks.png" + icon="icons/tango/16x16/disk.png" id="com.gluster.storage.management.gui.views.GlusterServerDisksView" name="Server Disks" restorable="true"> @@ -162,7 +162,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.GlusterServerLogsView" - icon="icons/logs.png" + icon="icons/tango/16x16/logs.png" id="com.gluster.storage.management.gui.views.GlusterServerLogsView" name="Server Logs" restorable="true"> @@ -400,7 +400,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.PreferencesAction" definitionId="org.eclipse.ui.window.preferences" - icon="icons/preferences.png" + icon="icons/tango/32x32/settings.png" id="com.gluster.storage.management.gui.actions.AddServerAction" label="&Settings" menubarPath="com.gluster.storage.management.gui.menu.edit/edit" @@ -545,7 +545,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.DownloadVolumeLogsAction" definitionId="com.gluster.storage.management.gui.commands.DownloadVolumeLogs" - icon="icons/logs.png" + icon="icons/tango/16x16/logs.png" id="com.gluster.storage.management.gui.actions.DownloadVolumeLogsAction" label="Download &Logs" menubarPath="com.gluster.storage.management.gui.menu.volume/volume" @@ -561,7 +561,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.ResetVolumeOptionsAction" definitionId="com.gluster.storage.management.gui.commands.ResetVolumeOptions" - icon="icons/reset-options.png" + icon="icons/tango/16x16/settings.png" id="com.gluster.storage.management.gui.actions.ResetVolumeOptionsAction" label="Reset &Options" menubarPath="com.gluster.storage.management.gui.menu.volume/volume" @@ -751,7 +751,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.CreateVolumeAction" definitionId="com.gluster.storage.management.gui.commands.CreateVolume" - icon="icons/volume-create.png" + icon="icons/tango/32x32/volume-create.png" id="com.gluster.storage.management.gui.actions.CreateVolumeAction" label="Create &Volume" menubarPath="com.gluster.storage.management.gui.menu.cluster/cluster" |
