ui: mobile: enable subscription popup

not sure if this was lost at some point or never implemented, but we
want to be consistent with the remaining web ui and apps, so show
the subscription popup here too.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Dominik Csapak 2023-12-14 10:55:17 +01:00 committed by Thomas Lamprecht
parent 84505f2de8
commit a139284185

View File

@ -111,6 +111,8 @@ Ext.define('PVE.Workspace', {
// also sets the cookie
Proxmox.Utils.setAuthData(loginData);
Proxmox.Utils.checked_command(Ext.emptyFn); // display subscription status
PVE.Workspace.gotoPage('');
},