Skip to content

Commit 3fb7245

Browse files
committed
Modify the connector configuration for conditional rendering
1 parent 177b900 commit 3fb7245

File tree

2 files changed

+170
-174
lines changed

2 files changed

+170
-174
lines changed

portals/admin/src/main/webapp/source/src/app/components/KeyManagers/AddEditKeyManager.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,7 @@ function AddEditKeyManager(props) {
11551155
"mask": false,
11561156
"multiple": false,
11571157
"tooltip": "Select the authentication type for connector configuration",
1158+
"default": "Basic Authentication",
11581159
"values": [
11591160
{
11601161
"name": "BasicAuth",
@@ -1201,7 +1202,7 @@ function AddEditKeyManager(props) {
12011202
{
12021203
"name": "Server-wide",
12031204
"label": "Server-wide Certificate",
1204-
"type": "select",
1205+
"type": "checkbox",
12051206
"required": false,
12061207
"mask": false,
12071208
"multiple": false,

0 commit comments

Comments
 (0)