diff options
| author | Selvasundaram <selvam@gluster.com> | 2011-11-07 18:24:41 +0530 |
|---|---|---|
| committer | Selvasundaram <selvam@gluster.com> | 2011-11-07 18:24:41 +0530 |
| commit | 3222bf63755b6e8f0685a84be999915c58b15f20 (patch) | |
| tree | 6fddd515729b453ef2fd1101f3808501a0b05315 /src/com.gluster.storage.management.console/plugin.xml | |
| parent | 42c8f489c680b6028c0849551422a2fddaa1e936 (diff) | |
| parent | 8c12e81986ec073ae3edc66fd18ae9d5651623d2 (diff) | |
Merge branch 'master' of github.com:gluster/console
Diffstat (limited to 'src/com.gluster.storage.management.console/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.console/plugin.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/com.gluster.storage.management.console/plugin.xml b/src/com.gluster.storage.management.console/plugin.xml index 6983b9dd..543b3571 100644 --- a/src/com.gluster.storage.management.console/plugin.xml +++ b/src/com.gluster.storage.management.console/plugin.xml @@ -419,7 +419,7 @@ </property> <property name="appName" - value="about"> + value="Gluster Management Console"> </property> <property name="preferenceCustomization" @@ -526,9 +526,20 @@ label="Volume Actions" visible="false"> <action + class="com.gluster.storage.management.console.actions.ForceStartVolumeAction" + definitionId="com.gluster.storage.management.console.commands.ForceStartVolume" + icon="icons/tango/32x32/start-volume.png" + id="com.gluster.storage.management.console.actions.ForceStartVolumeAction" + label="Start Offline Bricks" + menubarPath="com.gluster.storage.management.console.menu.volume/volume" + style="push" + toolbarPath="Normal" + tooltip="Start all Offline Bricks of the selected Volume"> + </action> + <action class="com.gluster.storage.management.console.actions.VolumeLogRotateAction" definitionId="com.gluster.storage.management.console.commands.LogRotate" - icon="icons/tango/32x32/download-log.png" + icon="icons/tango/32x32/log-rotate.png" id="com.gluster.storage.management.console.actions.LogRotateAction" label="L&og Rotate" menubarPath="com.gluster.storage.management.console.menu.volume/volume" |
