From 775cc5f5e4442db509d01452e14498942b02d419 Mon Sep 17 00:00:00 2001 From: Nate Shoemaker Date: Wed, 4 Dec 2024 14:43:16 -0800 Subject: [PATCH] Adjust device show page --- .../live/deployments/show.html.heex | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/lib/nerves_hub_web/live/deployments/show.html.heex b/lib/nerves_hub_web/live/deployments/show.html.heex index 542d3f1fd..e2c28fc35 100644 --- a/lib/nerves_hub_web/live/deployments/show.html.heex +++ b/lib/nerves_hub_web/live/deployments/show.html.heex @@ -38,34 +38,6 @@
-
-

Device Matching Conditions

-
-
-
-
-
-
Distributed to
- <%= if Enum.count(tags(@deployment)) > 0 do %> - <%= for tag <- tags(@deployment) do %> - - <%= tag %> - - <% end %> - <% else %> -

No tags selected, not being distributed

- <% end %> -
-
-
Version requirement
-

<%= version(@deployment) %>

-
-
-
-
-
-
-

Deployment Details

@@ -170,6 +142,34 @@
+
+

Device Matching Conditions

+
+
+
+
+
+
Distributed to
+ <%= if Enum.count(tags(@deployment)) > 0 do %> + <%= for tag <- tags(@deployment) do %> + + <%= tag %> + + <% end %> + <% else %> +

No tags selected, not being distributed

+ <% end %> +
+
+
Version requirement
+

<%= version(@deployment) %>

+
+
+
+
+
+
+

Inflight Updates