Mercurial > lada > lada-client
diff app/view/Viewport.js @ 1146:645f888e34be
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 27 May 2016 14:52:56 +0200 |
parents | 52b2c1d1ca53 |
children |
line wrap: on
line diff
--- a/app/view/Viewport.js Fri May 27 14:51:41 2016 +0200 +++ b/app/view/Viewport.js Fri May 27 14:52:56 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: [{