[pve-devel] [PATCH manager 3/3] make bottom panel collapsible
Dominik Csapak
d.csapak at proxmox.com
Thu Jun 16 12:26:05 CEST 2016
to save space if not needed, but keep it available with one click
(even temporarily when you click the title instead of the
expand tool)
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/manager6/Workspace.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/manager6/Workspace.js b/www/manager6/Workspace.js
index 674fe6e..1d77e05 100644
--- a/www/manager6/Workspace.js
+++ b/www/manager6/Workspace.js
@@ -461,6 +461,9 @@ Ext.define('PVE.StdWorkspace', {
itemId: 'south',
region: 'south',
margin:'0 5 5 5',
+ title: gettext('Logs'),
+ collapsible: true,
+ header: false,
height: 200,
split:true,
listeners: {
--
2.1.4
More information about the pve-devel
mailing list