1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 22:39:41 +02:00

fix(teaser): add up-to-date teaser [EE-5014] (#8548)

Co-authored-by: testa113 <testa113>
This commit is contained in:
Ali 2023-03-02 10:14:50 +13:00 committed by GitHub
parent a45ef3d72e
commit 96e5d44cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 2 deletions

View file

@ -9,7 +9,8 @@ export default class DockerFeaturesConfigurationController {
this.Notifications = Notifications;
this.StateManager = StateManager;
this.limitedFeature = FeatureId.HIDE_AUTO_UPDATE_WINDOW;
this.limitedFeatureAutoUpdate = FeatureId.HIDE_AUTO_UPDATE_WINDOW;
this.limitedFeatureUpToDateImage = FeatureId.IMAGE_UP_TO_DATE_INDICATOR;
this.formValues = {
enableHostManagementFeatures: false,