diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-05-09 15:20:04 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-05-11 16:22:25 +0530 |
| commit | f0fa48ec79fde432cf06e212aedf5d638f01cf56 (patch) | |
| tree | dc782ca27902f3c623251fdf070fc3ff7f7c07df /src/com.gluster.storage.management.gui/plugin.xml | |
| parent | 2668c28ff8a4bb678304e73b156c34dc889aea8b (diff) | |
Story #42 - Volume logs download
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.gui/plugin.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml index b208fc24..6c6983a3 100644 --- a/src/com.gluster.storage.management.gui/plugin.xml +++ b/src/com.gluster.storage.management.gui/plugin.xml @@ -526,6 +526,22 @@ </action> <action allowLabelUpdate="false" + class="com.gluster.storage.management.gui.actions.DownloadVolumeLogsAction" + definitionId="com.gluster.storage.management.gui.commands.DownloadVolumeLogs" + icon="icons/logs.png" + id="com.gluster.storage.management.gui.actions.DownloadVolumeLogsAction" + label="Download &Logs" + menubarPath="com.gluster.storage.management.gui.menu.volume/volume" + mode="FORCE_TEXT" + pulldown="false" + retarget="false" + state="false" + style="push" + toolbarPath="Normal" + tooltip="Download all logs of the volume"> + </action> + <action + allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.ResetVolumeOptionsAction" definitionId="com.gluster.storage.management.gui.commands.ResetVolumeOptions" icon="icons/reset-options.png" |
