summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/com.gluster.storage.management.console/plugin.xml')
-rw-r--r--src/com.gluster.storage.management.console/plugin.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.console/plugin.xml b/src/com.gluster.storage.management.console/plugin.xml
index 29927d3b..d84d304d 100644
--- a/src/com.gluster.storage.management.console/plugin.xml
+++ b/src/com.gluster.storage.management.console/plugin.xml
@@ -175,6 +175,15 @@
name="Tasks"
restorable="true">
</view>
+ <view
+ allowMultiple="false"
+ category="com.gluster.storage.management.console.category"
+ class="org.eclipse.tm.internal.terminal.view.TerminalView"
+ icon="icons/tango/16x16/utilities-terminal.png"
+ id="com.gluster.storage.management.console.views.TerminalView"
+ name="Terminal"
+ restorable="true">
+ </view>
</extension>
<extension
point="org.eclipse.ui.commands">
@@ -1100,6 +1109,21 @@
</action>
<action
allowLabelUpdate="false"
+ class="com.gluster.storage.management.console.actions.TerminalAction"
+ definitionId="org.eclipse.tm.terminal.command1"
+ icon="icons/tango/32x32/utilities-terminal.png"
+ id="com.gluster.storage.management.console.actions.TerminalAction"
+ label="&amp;Terminal"
+ menubarPath="com.gluster.storage.management.console.menu.edit/edit"
+ pulldown="false"
+ retarget="false"
+ state="false"
+ style="push"
+ toolbarPath="Normal"
+ tooltip="Terminal">
+ </action>
+ <action
+ allowLabelUpdate="false"
class="com.gluster.storage.management.console.actions.ChangePasswordAction"
definitionId="com.gluster.storage.management.console.commands.ChangePassword"
id="com.gluster.storage.management.console.actions.ChangePasswordAction"
@@ -1382,6 +1406,18 @@
standalone="false"
visible="false">
</view>
+ <view
+ closeable="false"
+ id="com.gluster.storage.management.console.views.TerminalView"
+ minimized="false"
+ moveable="false"
+ ratio="0.70f"
+ relationship="bottom"
+ relative="com.gluster.storage.management.console.views.ClusterSummaryView"
+ showTitle="true"
+ standalone="true"
+ visible="false">
+ </view>
</perspectiveExtension>
</extension>
<extension