]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: auth: clear ui capabilities on logout
authorTim Marx <t.marx@proxmox.com>
Wed, 6 May 2020 12:00:56 +0000 (14:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 May 2020 14:40:55 +0000 (16:40 +0200)
Signed-off-by: Tim Marx <t.marx@proxmox.com>
www/manager6/Workspace.js

index 12ad70e4fa732fe5acabefbdf5927dc4c725d4dc..69393958bbd726115de2edd86637ecd88babe2d0 100644 (file)
@@ -37,6 +37,7 @@ Ext.define('PVE.Workspace', {
        var me = this;
 
        Proxmox.Utils.authClear();
+       Ext.state.Manager.clear('GuiCap');
        Proxmox.UserName = null;
        me.loginData = null;