mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
update feature flag
Signed-off-by: andy.lee <andy.lee@suse.com> (cherry picked from commit fc09e030a08fc1fa3d0510c576d9b044cbdb0740)
This commit is contained in:
parent
06c9a8b3d9
commit
275b15ad62
@ -100,7 +100,7 @@ export default {
|
||||
networkTypes() {
|
||||
const types = [L2VLAN];
|
||||
|
||||
if (this.unTaggedNetworkSettingEnabled) {
|
||||
if (this.untaggedNetworkSettingEnabled) {
|
||||
types.push(UNTAGGED);
|
||||
}
|
||||
|
||||
@ -112,8 +112,8 @@ export default {
|
||||
return docLink(DOC.STORAGE_NETWORK_EXAMPLE, version);
|
||||
},
|
||||
|
||||
unTaggedNetworkSettingEnabled() {
|
||||
return this.$store.getters['harvester-common/getFeatureEnabled']('unTaggedNetworkSetting');
|
||||
untaggedNetworkSettingEnabled() {
|
||||
return this.$store.getters['harvester-common/getFeatureEnabled']('untaggedNetworkSetting');
|
||||
},
|
||||
|
||||
clusterNetworkOptions() {
|
||||
|
||||
@ -49,7 +49,7 @@ const featuresV142 = [
|
||||
const featuresV150 = [
|
||||
...featuresV142,
|
||||
'tpmPersistentState',
|
||||
'unTaggedNetworkSetting'
|
||||
'untaggedNetworkSetting'
|
||||
];
|
||||
|
||||
export const RELEASE_FEATURES = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user