mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
update feature flag
Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
parent
5f76da4629
commit
fc09e030a0
@ -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