From 07672872e7afd7346fa7340c060dd011087c17c3 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 29 Sep 2011 10:20:25 +0200 Subject: [PATCH] disable toolbar in AuthView (make it read-only) That code is too unstable, so we disable that for now. --- www/manager/dc/AuthView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager/dc/AuthView.js b/www/manager/dc/AuthView.js index 9d77e57e..7452c2b0 100644 --- a/www/manager/dc/AuthView.js +++ b/www/manager/dc/AuthView.js @@ -88,7 +88,7 @@ Ext.define('PVE.dc.AuthView', { Ext.apply(me, { store: store, stateful: false, - tbar: tbar, + //tbar: tbar, viewConfig: { trackOver: false },