diff --git a/app/components/form-networking/template.hbs b/app/components/form-networking/template.hbs index 99451bdcc..f54feaee0 100644 --- a/app/components/form-networking/template.hbs +++ b/app/components/form-networking/template.hbs @@ -68,7 +68,7 @@
{{#input-or-display editable=editing value=dnsDiscovery}} - + {{/input-or-display}}
diff --git a/app/components/form-scheduling/template.hbs b/app/components/form-scheduling/template.hbs index b434bb84d..7c9477b66 100644 --- a/app/components/form-scheduling/template.hbs +++ b/app/components/form-scheduling/template.hbs @@ -45,18 +45,22 @@ {{else}} {{#if requestedHostId}} - - {{selectedChoice.name}} +
+
+ + {{selectedChoice.name}} +
+
{{else}} {{t 'formScheduling.noRules'}} {{/if}} diff --git a/app/components/form-security/template.hbs b/app/components/form-security/template.hbs index 410293b42..d1db2acde 100644 --- a/app/components/form-security/template.hbs +++ b/app/components/form-security/template.hbs @@ -143,7 +143,7 @@   {{t 'formSecurity.deviceBinding.pathContainer.label'}}   - {{t 'formSecurity.deviceBinding.permissions.label'}} + {{t 'formSecurity.deviceBinding.permissions.label'}}   {{#each devicesArray as |device|}} diff --git a/app/components/form-upgrade/template.hbs b/app/components/form-upgrade/template.hbs index da72a4371..b7334c506 100644 --- a/app/components/form-upgrade/template.hbs +++ b/app/components/form-upgrade/template.hbs @@ -1,5 +1,5 @@
-
+
@@ -16,7 +16,7 @@
- +
@@ -30,7 +30,7 @@
{{#each choices as |choice|}} - + {{/each}}
diff --git a/app/components/new-catalog/template.hbs b/app/components/new-catalog/template.hbs index 55180bb3b..15a259848 100644 --- a/app/components/new-catalog/template.hbs +++ b/app/components/new-catalog/template.hbs @@ -122,7 +122,7 @@ {{#if (and (not editing) (eq templateBase ""))}}
- +
{{/if}}