diff options
| author | Selvasundaram <selvam@gluster.com> | 2011-06-30 20:12:21 +0530 |
|---|---|---|
| committer | Selvasundaram <selvam@gluster.com> | 2011-06-30 20:12:21 +0530 |
| commit | 9b2290860f9dc5b6bbbe5cfaff785d4eeb617ecd (patch) | |
| tree | 0d95fb18d58bb0678cf8c8a4e48fbb7594333a3a /src/com.gluster.storage.management.gui/plugin.xml | |
| parent | 0c36771b2b372273fed877dab8e7b79d6ee6ee4a (diff) | |
| parent | be3d2044d8269330202f84aba9a0bee6ea210fd8 (diff) | |
Merge branch 'tasks'
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 c5c25c33..0addb428 100644 --- a/src/com.gluster.storage.management.gui/plugin.xml +++ b/src/com.gluster.storage.management.gui/plugin.xml @@ -685,6 +685,22 @@ </action> <action allowLabelUpdate="false" + class="com.gluster.storage.management.gui.actions.CommitTaskAction" + definitionId="com.gluster.storage.management.gui.commands.Commit" + icon="icons/stop.png" + id="com.gluster.storage.management.gui.actions.Commit" + label="&Commit TaskTask" + menubarPath="com.gluster.storage.management.gui.menu.cluster/cluster" + mode="FORCE_TEXT" + pulldown="false" + retarget="false" + state="false" + style="push" + toolbarPath="Normal" + tooltip="To Commit the selected task"> + </action> + <action + allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.StopTaskAction" definitionId="com.gluster.storage.management.gui.commands.Stop" icon="icons/stop_task.png" |
