mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 21:55:44 +00:00
disable toolbar in AuthView (make it read-only)
That code is too unstable, so we disable that for now.
This commit is contained in:
parent
d9dbb87659
commit
07672872e7
@ -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
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user