display subscription status after login

This commit is contained in:
Dietmar Maurer 2013-08-16 10:19:24 +02:00
parent 9b1dd4e829
commit 6d2c0924f7
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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
}
});
}