display subscription status after login
This commit is contained in:
parent
9b1dd4e829
commit
6d2c0924f7
2
debian/changelog.Debian
vendored
2
debian/changelog.Debian
vendored
@ -1,6 +1,8 @@
|
||||
pve-manager (3.1-2) unstable; urgency=low
|
||||
|
||||
* fix perl dependencies
|
||||
|
||||
* display subscription status after login
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2013 06:15:27 +0200
|
||||
|
||||
|
@ -45,6 +45,7 @@ Ext.define('PVE.Workspace', {
|
||||
handler: function(data) {
|
||||
me.login = null;
|
||||
me.updateLoginData(data);
|
||||
PVE.Utils.checked_command(function() {}); // display subscription status
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user