mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-08-16 04:39:15 +00:00
fix: allow input vlan 1 in host network (#999)
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
2cefd7cb78
commit
9640c87947
@ -283,9 +283,9 @@ export default {
|
||||
v-model:value.number="vlanID"
|
||||
type="number"
|
||||
required
|
||||
:min="2"
|
||||
:min="1"
|
||||
:max="4094"
|
||||
placeholder="e.g. 2 ~ 4094"
|
||||
placeholder="e.g. 1 ~ 4094"
|
||||
:label="t('harvester.hostNetworkConfig.vlanID.label')"
|
||||
:mode="mode"
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user