diff --git a/ui/lib/core/addon/components/search-select-placeholder.hbs b/ui/lib/core/addon/components/search-select-placeholder.hbs index 1c1cfa995..60ed981b7 100644 --- a/ui/lib/core/addon/components/search-select-placeholder.hbs +++ b/ui/lib/core/addon/components/search-select-placeholder.hbs @@ -1,6 +1,8 @@ -
-

- {{or @placeholder "Search"}} - -

+
+
+

+ {{or @placeholder "Search"}} + +

+
\ No newline at end of file diff --git a/ui/lib/pki/addon/components/pki-role-form.hbs b/ui/lib/pki/addon/components/pki-role-form.hbs index 47ed59083..a412d0450 100644 --- a/ui/lib/pki/addon/components/pki-role-form.hbs +++ b/ui/lib/pki/addon/components/pki-role-form.hbs @@ -2,35 +2,70 @@
{{! ARG TODO write a test for namespace reminder }} - - {{#each @model.formFieldGroups as |fieldGroup|}} + + {{#each @role.formFieldGroups as |fieldGroup|}} {{#each-in fieldGroup as |group fields|}} {{! DEFAULT VIEW }} {{#if (eq group "default")}} {{#each fields as |attr|}} - - - + {{#if (eq attr.name "issuerRef")}} +
+ + + Use default issuer + +
+ {{#unless this.showDefaultIssuer}} +
+
+