changeset 1143:52b2c1d1ca53

fix display of username in filter panel
author Michael Stanko <mstanko@bfs.de>
date Fri, 27 May 2016 11:09:02 +0200
parents 6f5549e50607
children 645f888e34be
files app/view/Viewport.js
diffstat 1 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/app/view/Viewport.js	Tue May 24 15:55:05 2016 +0200
+++ b/app/view/Viewport.js	Fri May 27 11:09:02 2016 +0200
@@ -35,6 +35,8 @@
                 region: 'west',
                 split: true,
                 flex: 1,
+                collapsible: true,
+                collapsed: false,
                 dockedItems: [{
                     xtype: 'toolbar',
                     dock: 'top',
@@ -45,17 +47,12 @@
                             items: [{
                                 text: i18n.getMsg('about.button.title'),
                                 action: 'about'
-                            }
-                            ]
+                            }]
                         }
                     }, '->', {
                         xtype: 'tbtext',
                         id: 'userinfo',
-                        text: ''
-                    }, {
-                        xtype: 'tbtext',
-                        id: 'groupinfo',
-                        text: ''
+                        text: 'User: ' + Lada.username
                     }]
                 }],
                 items: [{

http://lada.wald.intevation.org