]> git.proxmox.com Git - pve-manager.git/commit
Clear sensitive content when logging out fixes #1060
authorEmmanuel Kasper <e.kasper@proxmox.com>
Thu, 18 Aug 2016 12:33:41 +0000 (14:33 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 19 Aug 2016 11:54:38 +0000 (13:54 +0200)
commitde7eeaac1c8bb1da27ddabbe8af93024ace3e6dc
tree971bdd4f2f20232ac55485635002df5e5ef41abe
parent4cb8c20f16cc7342d1608cf0d1caaa0f27b3dd86
Clear sensitive content when logging out fixes #1060

The current position inside the Workspace is saved via the StateProvider
separately thus this clearing operation do not lose the previous selection.

As a side effect by calling setContent(null) on logout we also fix the
following bug:

when logging out while the Syslog tab of the Node panel was displayed,
you had to login twice due a to a race condition in the store
load of the Syslog panel. ( The login call could complete successfully
before a backgroup store load, causing the faild store load call
to redisplay a login window)
www/manager6/Workspace.js