Commit 6f18677b authored by Dietmar Maurer's avatar Dietmar Maurer

disable toolbar in AuthView (make it read-only)

That code is too unstable, so we disable that for now.
parent fcc62b39
...@@ -88,7 +88,7 @@ Ext.define('PVE.dc.AuthView', { ...@@ -88,7 +88,7 @@ Ext.define('PVE.dc.AuthView', {
Ext.apply(me, { Ext.apply(me, {
store: store, store: store,
stateful: false, stateful: false,
tbar: tbar, //tbar: tbar,
viewConfig: { viewConfig: {
trackOver: false trackOver: false
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment