diff options
| author | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-06-30 08:40:13 -0700 |
|---|---|---|
| committer | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-06-30 08:40:13 -0700 |
| commit | d96ded5677e17b4514fe1be67e4138e79714979b (patch) | |
| tree | 0d95fb18d58bb0678cf8c8a4e48fbb7594333a3a /src/com.gluster.storage.management.gui/plugin.xml | |
| parent | 0c36771b2b372273fed877dab8e7b79d6ee6ee4a (diff) | |
| parent | 9b2290860f9dc5b6bbbe5cfaff785d4eeb617ecd (diff) | |
Merge pull request #92 from Selvasundaram/master
Migrate task and UI updates
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" |
