mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
Revert "fix(openamt): fix IsFeatureFlagEnabled, rename MPS Url to MPS Server [INT-6] (#6172)" (#6182)
This reverts commit c267355759
.
This commit is contained in:
parent
fa44a62c4a
commit
f360392d39
10 changed files with 30 additions and 30 deletions
|
@ -51,7 +51,7 @@ func (service *Service) IsFeatureFlagEnabled(feature portainer.Feature) bool {
|
|||
return false
|
||||
}
|
||||
|
||||
featureFlagSetting, ok := settings.FeatureFlagSettings[feature]
|
||||
featureFlagSetting, ok := settings.FeatureFlagSettings[portainer.FeatOpenAMT]
|
||||
if ok {
|
||||
return featureFlagSetting
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue