Skip to content

Commit 6329950

Browse files
committed
이벤트 타입 번역 추가, Zone 추가 시 보안그룹 활성화된 경우 뒤로 버튼 아래에 "false" 출력 오류 수정
1 parent 6871435 commit 6329950

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

ui/public/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4461,6 +4461,7 @@
44614461
"physical.nvpcontroller.configure": "PHYSICAL.NVPCONTROLLER.CONFIGURE",
44624462
"physical.ovscontroller.add": "PHYSICAL.OVSCONTROLLER.ADD",
44634463
"physical.ovscontroller.delete": "PHYSICAL.OVSCONTROLLER.DELETE",
4464+
"cluster.drs.generate": "CLUSTER.DRS.GENERATE",
44644465
"counter.create": "COUNTER.CREATE",
44654466
"counter.delete": "COUNTER.DELETE",
44664467
"condition.create": "CONDITION.CREATE",

ui/public/locales/ko_KR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4461,6 +4461,7 @@
44614461
"physical.nvpcontroller.configure": "\ubb3c\ub9ac.NVP\ucee8\ud2b8\ub864\ub7ec.\uad6c\uc131",
44624462
"physical.ovscontroller.add": "\ubb3c\ub9ac.OVS\ucee8\ud2b8\ub864\ub7ec.\ucd94\uac00",
44634463
"physical.ovscontroller.delete": "\ubb3c\ub9ac.OVSC\ucee8\ud2b8\ub864\ub7ec.\uc0ad\uc81c",
4464+
"cluster.drs.generate": "\ud074\ub7ec\uc2a4\ud130.DRS.\uc0dd\uc131",
44644465
"counter.create": "\uce74\uc6b4\ud130.\uc0dd\uc131",
44654466
"counter.delete": "\uce74\uc6b4\ud130.\uc0ad\uc81c",
44664467
"condition.create": "\uc870\uac74.\uc0dd\uc131",

ui/src/views/infra/zone/ZoneWizardNetworkSetupStep.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
/>
102102

103103
<div v-if="guestTrafficRangeMode">
104-
<div>{{ isNsxZone }}</div>
105104
<static-inputs-form
106105
v-if="steps && steps[currentStep].formKey === 'guestTraffic'"
107106
@nextPressed="nextPressed"

0 commit comments

Comments
 (0)