diff options
| author | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-10-01 00:21:16 -0700 |
|---|---|---|
| committer | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-10-01 00:21:16 -0700 |
| commit | 6a8feefaa097a58240d064580d26275c3542fd7b (patch) | |
| tree | 810c7499c5f2934f9eabaceb50f7d964240206d2 /src/com.gluster.storage.management.console/plugin.xml | |
| parent | db6d1cb16d6e0c751ee2f8733d2d29906199c977 (diff) | |
| parent | 68fd8e965a10831272bfd3ee050a070ea4caa88c (diff) | |
Merge pull request #284 from Dhandapani/master
Story #41: Volume Log Rotate
Diffstat (limited to 'src/com.gluster.storage.management.console/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.console/plugin.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.console/plugin.xml b/src/com.gluster.storage.management.console/plugin.xml index e7c2c2d4..6983b9dd 100644 --- a/src/com.gluster.storage.management.console/plugin.xml +++ b/src/com.gluster.storage.management.console/plugin.xml @@ -302,6 +302,11 @@ id="com.gluster.storage.management.console.commands.Preferences" name="Settings"> </command> + <command + description="Volume Log Rotate" + id="com.gluster.storage.management.console.commands.LogRotate" + name="LogRotate"> + </command> </extension> <extension point="org.eclipse.ui.bindings"> @@ -521,6 +526,19 @@ label="Volume Actions" visible="false"> <action + class="com.gluster.storage.management.console.actions.VolumeLogRotateAction" + definitionId="com.gluster.storage.management.console.commands.LogRotate" + icon="icons/tango/32x32/download-log.png" + id="com.gluster.storage.management.console.actions.LogRotateAction" + label="L&og Rotate" + menubarPath="com.gluster.storage.management.console.menu.volume/volume" + pulldown="false" + state="true" + style="push" + toolbarPath="Normal" + tooltip="Rotate the volume logs"> + </action> + <action allowLabelUpdate="false" class="com.gluster.storage.management.console.actions.MigrateBrickAction" definitionId="com.gluster.storage.management.console.commands.MigrateDisk" |
