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

display subscription status after login

parent 9b1dd4e8
pve-manager (3.1-2) unstable; urgency=low pve-manager (3.1-2) unstable; urgency=low
* fix perl dependencies * fix perl dependencies
* display subscription status after login
-- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2013 06:15:27 +0200 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2013 06:15:27 +0200
......
...@@ -45,6 +45,7 @@ Ext.define('PVE.Workspace', { ...@@ -45,6 +45,7 @@ Ext.define('PVE.Workspace', {
handler: function(data) { handler: function(data) {
me.login = null; me.login = null;
me.updateLoginData(data); me.updateLoginData(data);
PVE.Utils.checked_command(function() {}); // display subscription status
} }
}); });
} }
......
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