diff options
| author | Dhandapani <dhandapani@gluster.com> | 2011-07-18 10:55:24 +0530 |
|---|---|---|
| committer | Dhandapani <dhandapani@gluster.com> | 2011-07-20 20:20:46 +0530 |
| commit | 01a08c0c3aeba21df5451de8243ced32a6b5b694 (patch) | |
| tree | 13025653e3fc13e949795187e5a0334d6e477f5a /src/com.gluster.storage.management.gui/plugin.xml | |
| parent | db07fd4983c442f7693045092426d0b622c95594 (diff) | |
Manual Server Addition Feature
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.gui/plugin.xml | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml index 1850c93e..3c87ffe1 100644 --- a/src/com.gluster.storage.management.gui/plugin.xml +++ b/src/com.gluster.storage.management.gui/plugin.xml @@ -462,6 +462,20 @@ toolbarPath="Normal" tooltip="Create a new Volume"> </action> + <action + allowLabelUpdate="false" + class="com.gluster.storage.management.gui.actions.ServerAdditionAction" + definitionId="com.gluster.storage.management.gui.commands.ServerAddition" + id="com.gluster.storage.management.gui.actions.ServerAdditionAction" + label="Add Server" + menubarPath="com.gluster.storage.management.gui.actionsets.volumes/volumes" + mode="FORCE_TEXT" + pulldown="false" + retarget="false" + state="false" + style="push" + tooltip="Manual Server Addition"> + </action> <menu id="com.gluster.storage.management.gui.actionsets.volumes" label="&Gluster" @@ -631,6 +645,20 @@ toolbarPath="Normal" tooltip="Create a new Volume"> </action> + <action + allowLabelUpdate="false" + class="com.gluster.storage.management.gui.actions.ServerAdditionAction" + definitionId="com.gluster.storage.management.gui.commands.ServerAddition" + id="com.gluster.storage.management.gui.actions.ServerAdditionAction" + label="Add Server" + menubarPath="com.gluster.storage.management.gui.menu.volume/volume" + mode="FORCE_TEXT" + pulldown="false" + retarget="false" + state="false" + style="push" + tooltip="Manual Server Addition"> + </action> <menu id="com.gluster.storage.management.gui.menu.volume" label="&Gluster" @@ -675,6 +703,20 @@ toolbarPath="Normal" tooltip="Create a new Volume"> </action> + <action + allowLabelUpdate="false" + class="com.gluster.storage.management.gui.actions.ServerAdditionAction" + definitionId="com.gluster.storage.management.gui.commands.ServerAddition" + id="com.gluster.storage.management.gui.actions.ServerAdditionAction" + label="Add Server" + menubarPath="com.gluster.storage.management.gui.menu.servers/servers" + mode="FORCE_TEXT" + pulldown="false" + retarget="false" + state="false" + style="push" + tooltip="Manual Server Addition"> + </action> <menu id="com.gluster.storage.management.gui.menu.servers" label="&Gluster" @@ -719,6 +761,20 @@ toolbarPath="Normal" tooltip="Create a new Volume"> </action> + <action + allowLabelUpdate="false" + class="com.gluster.storage.management.gui.actions.ServerAdditionAction" + definitionId="com.gluster.storage.management.gui.commands.ServerAddition" + id="com.gluster.storage.management.gui.actions.ServerAdditionAction" + label="Add Server" + menubarPath="com.gluster.storage.management.gui.menu.glusterserver/glusterserver" + mode="FORCE_TEXT" + pulldown="false" + retarget="false" + state="false" + style="push" + tooltip="Manual Server Addition"> + </action> <menu id="com.gluster.storage.management.gui.menu.glusterserver" label="&Gluster" @@ -763,6 +819,20 @@ toolbarPath="Normal" tooltip="Create a new Volume"> </action> + <action + allowLabelUpdate="false" + class="com.gluster.storage.management.gui.actions.ServerAdditionAction" + definitionId="com.gluster.storage.management.gui.commands.ServerAddition" + id="com.gluster.storage.management.gui.actions.ServerAdditionAction" + label="Add Server" + menubarPath="com.gluster.storage.management.gui.menu.discoveredservers/discoveredservers" + mode="FORCE_TEXT" + pulldown="false" + retarget="false" + state="false" + style="push" + tooltip="Manual Server Addition"> + </action> <menu id="com.gluster.storage.management.gui.menu.discoveredservers" label="&Gluster" @@ -807,6 +877,20 @@ toolbarPath="Normal" tooltip="Create a new Volume"> </action> + <action + allowLabelUpdate="false" + class="com.gluster.storage.management.gui.actions.ServerAdditionAction" + definitionId="com.gluster.storage.management.gui.commands.ServerAddition" + id="com.gluster.storage.management.gui.actions.ServerAdditionAction" + label="Add Server" + menubarPath="com.gluster.storage.management.gui.menu.discoveredserver/discoveredserver" + mode="FORCE_TEXT" + pulldown="false" + retarget="false" + state="false" + style="push" + tooltip="Manual Server Addition"> + </action> <menu id="com.gluster.storage.management.gui.menu.discoveredserver" label="&Gluster" @@ -939,6 +1023,20 @@ toolbarPath="Normal" tooltip="Create a new Volume"> </action> + <action + allowLabelUpdate="false" + class="com.gluster.storage.management.gui.actions.ServerAdditionAction" + definitionId="com.gluster.storage.management.gui.commands.ServerAddition" + id="com.gluster.storage.management.gui.actions.ServerAdditionAction" + label="Add Server" + menubarPath="com.gluster.storage.management.gui.menu.gluster/gluster" + mode="FORCE_TEXT" + pulldown="false" + retarget="false" + state="false" + style="push" + tooltip="Manual Server Addition"> + </action> <menu id="com.gluster.storage.management.gui.menu.gluster" label="&Gluster" |
