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 fcc62b39a6
commit 6f18677bf1

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
},