[pve-devel] [RFC PATCH pve-manager 2/2] ui: mobile: enable subscription popup

Dominik Csapak d.csapak at proxmox.com
Thu Dec 14 10:55:17 CET 2023


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 at proxmox.com>
---
 www/mobile/Workspace.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/mobile/Workspace.js b/www/mobile/Workspace.js
index 3844f099..79474488 100644
--- a/www/mobile/Workspace.js
+++ b/www/mobile/Workspace.js
@@ -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('');
     },
 
-- 
2.30.2





More information about the pve-devel mailing list