disable toolbar in AuthView (make it read-only)

That code is too unstable, so we disable that for now.
This commit is contained in:
Dietmar Maurer 2011-09-29 10:20:25 +02:00
parent d9dbb87659
commit 07672872e7

View File

@ -88,7 +88,7 @@ Ext.define('PVE.dc.AuthView', {
Ext.apply(me, {
store: store,
stateful: false,
tbar: tbar,
//tbar: tbar,
viewConfig: {
trackOver: false
},