diff --git a/frontends/dnet-is-application/src/app/dsm/dsm-add-api.dialog.html b/frontends/dnet-is-application/src/app/dsm/dsm-add-api.dialog.html index 38ea91ec..309197d9 100644 --- a/frontends/dnet-is-application/src/app/dsm/dsm-add-api.dialog.html +++ b/frontends/dnet-is-application/src/app/dsm/dsm-add-api.dialog.html @@ -4,7 +4,7 @@
Protocol - + {{i}} This field is required @@ -12,7 +12,7 @@ - API Description + API Description @@ -24,52 +24,89 @@ Api ID (prefix) - + Api ID (suffix) - - This field is required + + This field is + required Compatibility level - + {{i}} - This field is required + This field is + required Content description - + {{i}} - This field is required + This field is + required - Configuration Parameters + Configuration Parameters Base URL - - This field is required - - - - Protocol: {{selectedProtocol}} - Parameter: {{p.label}} - - Invalid value + + This field is + required + + + + + {{selectedProtocol}} - {{p.label}} + (Comma separeted values) + (Numeric) + + + Invalid value + + + {{selectedProtocol}} - {{p.label}} (true/false) + + + true + false + + Invalid value + + + + + {{selectedProtocol}} - {{p.label}} (multiple choice) + + + 0 - TODO + 1 - TODO + 2 - TODO + 3 - TODO + + Invalid value + + + + XPath for Metatadata Identifier - - This field is required + + This field is + required @@ -79,9 +116,9 @@ - {{ addApiForm.errors?.['serverError'] }} + {{ addApiForm.errors?.['serverError'] }} -
+ - No parameters + No parameters \ No newline at end of file