diff options
| author | Tim <timothyasir@gluster.com> | 2011-10-10 16:10:17 +0530 |
|---|---|---|
| committer | Tim <timothyasir@gluster.com> | 2011-10-10 16:10:17 +0530 |
| commit | b651f8219c014dbae7efecdb99fc815c9108e3fd (patch) | |
| tree | eb38b2b9a1c4f314a3ba3844dfa1903922610389 /src/com.gluster.storage.management.console/plugin.xml | |
| parent | f3794d604a5dfcdd3152aa9cd4ee3322f097cc24 (diff) | |
| parent | 2babe9c17733e9c05d24b10c549469f56748df5f (diff) | |
Merge remote-tracking branch 'upstream/master'
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" |
