diff --git a/ui/src/views/infra/zone/IpAddressRangeForm.vue b/ui/src/views/infra/zone/IpAddressRangeForm.vue index cbb5463573d..866eeb2e649 100644 --- a/ui/src/views/infra/zone/IpAddressRangeForm.vue +++ b/ui/src/views/infra/zone/IpAddressRangeForm.vue @@ -37,8 +37,8 @@ :layout="isMobile() ? 'horizontal': 'inline'" :form="form" @submit="handleAddRange"> - - +
+
+
+
- - +
+
- - +
+
- - +
+
- - - +
+
+ {{ $t('label.add') }} - - +
+
@@ -180,12 +180,12 @@ export default { { title: this.$t('label.gateway'), dataIndex: 'gateway', - width: 150 + width: 140 }, { title: this.$t('label.netmask'), dataIndex: 'netmask', - width: 150 + width: 140 }, { title: this.$t('label.vlan'), @@ -195,12 +195,12 @@ export default { { title: this.$t('label.start.ip'), dataIndex: 'startIp', - width: 130 + width: 140 }, { title: this.$t('label.end.ip'), dataIndex: 'endIp', - width: 130 + width: 140 }, { title: '', @@ -283,3 +283,16 @@ export default { } } + +