From 44c7614b3b6435e4aa7fc08ce465bfa1df4e0e12 Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Wed, 26 Oct 2022 10:11:41 +0200 Subject: [PATCH] prettify peer/initiate form --- .../consul/peer/form/initiate/index.hbs | 77 ++++++++----------- 1 file changed, 33 insertions(+), 44 deletions(-) diff --git a/ui/packages/consul-peerings/app/components/consul/peer/form/initiate/index.hbs b/ui/packages/consul-peerings/app/components/consul/peer/form/initiate/index.hbs index 8b29c46b8c..f7daf88cf4 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/form/initiate/index.hbs +++ b/ui/packages/consul-peerings/app/components/consul/peer/form/initiate/index.hbs @@ -1,54 +1,43 @@ -
+
- - - -

- Error
- {{error.message}} -

-
-
-
- -{{#let - (unique-id) -as |id|}} -
- {{yield (hash - Fieldsets=(component "consul/peer/form/initiate/fieldsets" - item=@item + as |writer| + > + + + +

+ Error
+ {{error.message}} +

+
+
+
+ + {{#let (unique-id) as |id|}} + + {{yield + (hash + Fieldsets=(component + "consul/peer/form/initiate/fieldsets" item=@item + ) + Actions=(component + "consul/peer/form/initiate/actions" item=@item id=id + ) ) - Actions=(component "consul/peer/form/initiate/actions" - item=@item - id=id - ) - )}} + }} -{{/let}} + {{/let}}
-
+
\ No newline at end of file