diff --git a/src/app/adf-services/df-service-details/df-service-details.component.html b/src/app/adf-services/df-service-details/df-service-details.component.html
index 598c7da6..7ca92eb9 100644
--- a/src/app/adf-services/df-service-details/df-service-details.component.html
+++ b/src/app/adf-services/df-service-details/df-service-details.component.html
@@ -273,7 +273,8 @@
'picklist',
'multi_picklist',
'boolean',
- 'file_certificate'
+ 'file_certificate',
+ 'file_certificate_api'
].includes(item.type)
"
[schema]="item"
@@ -330,16 +331,19 @@
'picklist',
'multi_picklist',
'boolean',
- 'file_certificate'
+ 'file_certificate',
+ 'file_certificate_api'
].includes(item.type)
"
[schema]="item"
[formControl]="getConfigControl(item.name)"
[class.dynamic-width]="
- item.type !== 'file_certificate'
+ item.type !== 'file_certificate' &&
+ item.type !== 'file_certificate_api'
"
[class.full-width]="
- item.type === 'file_certificate'
+ item.type === 'file_certificate' ||
+ item.type === 'file_certificate_api'
">