diff --git a/app/components/form-balancer-listeners/template.hbs b/app/components/form-balancer-listeners/template.hbs index 529ffdd6f..ffb0ad8f6 100644 --- a/app/components/form-balancer-listeners/template.hbs +++ b/app/components/form-balancer-listeners/template.hbs @@ -4,7 +4,7 @@
|
{{#if alternateCertificates.length}}
-
+
{{else}}
There are no other certificates to use.
{{/if}}
diff --git a/app/components/form-targets/template.hbs b/app/components/form-targets/template.hbs
index c653f5972..ceb644083 100644
--- a/app/components/form-targets/template.hbs
+++ b/app/components/form-targets/template.hbs
@@ -3,7 +3,7 @@
-
+
diff --git a/app/components/form-user-labels/template.hbs b/app/components/form-user-labels/template.hbs
index d37587162..12e29198d 100644
--- a/app/components/form-user-labels/template.hbs
+++ b/app/components/form-user-labels/template.hbs
@@ -1,5 +1,5 @@
-
-
+
{{#if userLabelArray.length}}
diff --git a/app/components/storagepool-section/template.hbs b/app/components/storagepool-section/template.hbs
index f44435ce7..21c37f52d 100644
--- a/app/components/storagepool-section/template.hbs
+++ b/app/components/storagepool-section/template.hbs
@@ -37,17 +37,17 @@
-
+
+ Hosts-
+
{{#if model.volumes.length}}
-
{{#each hostsByName as |host|}}
- {{#link-to "host" host.id}}{{host.displayName}}{{/link-to}}
+
{{#link-to "host" host.id}}{{host.displayName}}{{/link-to}}
{{/each}}
+ Volumes |