Skip to content

Commit 653f8c1

Browse files
authored
Merge pull request #10 from swm-launchpad/hotfix/template-optional-fields-rendering
[Hotfix] Fix redundant optional label text in MySQL/MongoDB templates
2 parents 20428a8 + b7274f9 commit 653f8c1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

templates/mongodb/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@
5959
"description": "MongoDB root 계정 비밀번호. 보안을 위해 필수로 설정해야 합니다."
6060
},
6161
{
62-
"default": "",
63-
"label": "애플리케이션 사용자명 (선택사항)",
62+
"label": "애플리케이션 사용자명",
6463
"name": "app_username",
64+
"default": "",
6565
"options": [],
6666
"type": "text",
6767
"category": "optional",
6868
"description": "애플리케이션용 별도 계정명. 설정 시 비밀번호도 함께 입력해야 하며, 지정된 데이터베이스에 대한 읽기/쓰기 권한이 부여됩니다."
6969
},
7070
{
7171
"default": "",
72-
"label": "애플리케이션 비밀번호 (선택사항)",
72+
"label": "애플리케이션 비밀번호",
7373
"name": "app_password",
7474
"options": [],
7575
"type": "password",

templates/mysql/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@
6565
"description": "MySQL root 계정 비밀번호. 보안을 위해 필수로 설정해야 합니다."
6666
},
6767
{
68-
"default": "",
69-
"label": "애플리케이션 사용자명 (선택사항)",
68+
"label": "애플리케이션 사용자명",
7069
"name": "app_username",
70+
"default": "",
7171
"options": [],
7272
"type": "text",
7373
"category": "optional",
7474
"description": "애플리케이션용 별도 계정명. 설정 시 비밀번호도 함께 입력해야 합니다."
7575
},
7676
{
7777
"default": "",
78-
"label": "애플리케이션 비밀번호 (선택사항)",
78+
"label": "애플리케이션 비밀번호",
7979
"name": "app_password",
8080
"options": [],
8181
"type": "password",

0 commit comments

Comments
 (0)