mirror of
https://github.com/portainer/portainer.git
synced 2025-08-09 07:45:22 +02:00
feat(update): highlight business edition feature auto update change window EE-1482 (#5961)
* remove unuse component from ce (#5930) * update wording to Change Window Co-authored-by: Richard Wei <54336863+WaysonWei@users.noreply.github.com> Co-authored-by: waysonwei <degui.wei@gmail.com>
This commit is contained in:
parent
28f71e486a
commit
3fb8a232b8
6 changed files with 45 additions and 0 deletions
|
@ -29,6 +29,7 @@ export function featureService() {
|
|||
[FEATURE_IDS.REGISTRY_MANAGEMENT]: EDITIONS.BE,
|
||||
[FEATURE_IDS.S3_BACKUP_SETTING]: EDITIONS.BE,
|
||||
[FEATURE_IDS.TEAM_MEMBERSHIP]: EDITIONS.BE,
|
||||
[FEATURE_IDS.HIDE_AUTO_UPDATE_WINDOW]: EDITIONS.BE,
|
||||
[FEATURE_IDS.FORCE_REDEPLOYMENT]: EDITIONS.BE,
|
||||
};
|
||||
|
||||
|
|
|
@ -9,4 +9,5 @@ export const TEAM_MEMBERSHIP = 'team-membership';
|
|||
export const HIDE_INTERNAL_AUTH = 'hide-internal-auth';
|
||||
export const EXTERNAL_AUTH_LDAP = 'external-auth-ldap';
|
||||
export const ACTIVITY_AUDIT = 'activity-audit';
|
||||
export const HIDE_AUTO_UPDATE_WINDOW = 'hide-auto-update-window';
|
||||
export const FORCE_REDEPLOYMENT = 'force-redeployment';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue