diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-08-08 20:41:45 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-08-08 20:41:45 +0530 |
| commit | 1c4e74f03a709ff8eba5c1a615f7e789e1c38a58 (patch) | |
| tree | 57699d92980bfce79eafade17afedc92f5b0e38f /src/com.gluster.storage.management.console/plugin.xml | |
| parent | 16032dd64f349373beb62ac77eee4d675d9173f7 (diff) | |
Changed shortcut key for "Refresh" action to F5
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 362bb221..7f14ef9b 100644 --- a/src/com.gluster.storage.management.console/plugin.xml +++ b/src/com.gluster.storage.management.console/plugin.xml @@ -284,6 +284,12 @@ id="com.gluster.storage.management.console.commands.ChangePassword" name="Change Password"> </command> + <command + categoryId="com.gluster.storage.management.console.category" + description="Refresh Data" + id="com.gluster.storage.management.console.commands.Refresh" + name="Refresh Data"> + </command> </extension> <extension point="org.eclipse.ui.bindings"> @@ -364,6 +370,11 @@ schemeId="com.gluster.storage.management.console.KeyConfig" sequence="CTRL+SHIFT+O"> </key> + <key + commandId="com.gluster.storage.management.console.commands.Refresh" + schemeId="com.gluster.storage.management.console.KeyConfig" + sequence="F5"> + </key> </extension> <extension id="product" @@ -507,7 +518,7 @@ tooltip="Migrate Brick"> <enablement> <objectClass - name="com.gluster.storage.management.core.model.Disk"> + name="com.gluster.storage.management.core.model.Brick"> </objectClass> </enablement> </action> @@ -1059,7 +1070,7 @@ <action allowLabelUpdate="false" class="com.gluster.storage.management.console.actions.RefreshDataAction" - definitionId="org.eclipse.ui.window.preferences" + definitionId="com.gluster.storage.management.console.commands.Refresh" icon="icons/tango/32x32/view-refresh.png" id="com.gluster.storage.management.console.actions.RefreshDataAction" label="&Refresh" |
