mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 14:51:37 +00:00
display subscription status after login
This commit is contained in:
parent
6f12dfc8ab
commit
c576f1843a
2
debian/changelog.Debian
vendored
2
debian/changelog.Debian
vendored
@ -1,6 +1,8 @@
|
|||||||
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', {
|
|||||||
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
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user