File tree 4 files changed +201
-56
lines changed
4 files changed +201
-56
lines changed Original file line number Diff line number Diff line change 169
169
"saml1_uri" : " Saml1 URI" ,
170
170
"saml2_uri" : " Saml2 URI" ,
171
171
"scope_type" : " Scope type" ,
172
+ "umaAuthorizationPolicies" : " Authorization Policies" ,
173
+ "associatedClients" : " Associated Clients" ,
174
+ "creationDate" : " Creation Time" ,
175
+ "creatorType" : " Creator" ,
176
+ "iconUrl" : " Icon URL" ,
172
177
"scopes:" : " Scopes" ,
173
178
"scripts" : " Scripts" ,
174
179
"script_type" : " Script Type" ,
406
411
"sql_passwordEncryptionMethod" : " Add password encryption method." ,
407
412
"sql_serverTimezone" : " Enter server timezone." ,
408
413
"activate_sql_configuration" : " Activate SQL configuration." ,
409
- "script_path" : " Enter script file path"
414
+ "script_path" : " Enter script file path" ,
415
+ "iconUrl" : " Icon URL"
410
416
},
411
417
"titles" : {
412
418
"acrs" : " ACRs" ,
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ function GluuTypeAheadForDn({
24
24
required,
25
25
doc_category,
26
26
doc_entry,
27
+ disabled = false ,
27
28
allowNew = false ,
28
29
lsize = 4 ,
29
30
rsize = 8 ,
@@ -48,6 +49,7 @@ function GluuTypeAheadForDn({
48
49
) ,
49
50
)
50
51
} }
52
+ disabled = { disabled }
51
53
id = { name }
52
54
data-testid = { name }
53
55
name = { name }
You can’t perform that action at this time.
0 commit comments