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:
parent
a45ef3d72e
commit
96e5d44cc2
5 changed files with 21 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue