Show subscription badge where required and disable UI elements accordingly

This commit is contained in:
Johannes Zellner
2025-05-13 18:11:10 +02:00
parent 6c115804e8
commit 16c8721d6c
8 changed files with 60 additions and 39 deletions

View File

@@ -62,6 +62,7 @@ const DEFAULT_FEATURES = {
privateDockerRegistry: false,
userGroups: false,
emailServer: false,
profileConfig: false,
// TODO how to go about that in the UI?
backupSchedules: false,
@@ -72,7 +73,6 @@ const DEFAULT_FEATURES = {
// TODO remove usage of old features below
support: false,
profileConfig: false,
emailPremium: false,
};
let gFeatures = null;