Skip to content

Commit

Permalink
add an Experimental badge
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed Dec 13, 2023
1 parent f905a15 commit 25e3d40
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions lib/nerves_hub_web/live/product/settings.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@

<div class="border-bottom border-dark mt-2 mb-4"></div>

<h3>Shared Secrets Settings</h3>
<div class="container pl-0">
<div class="row align-items-center">
<div class="col col-4">
<h3>Shared Secrets Settings</h3>
</div>
<div class="col col-2">
<span class="badge bg-warning">Experimental</span>
</div>
</div>
</div>

<p class="p-small mb-3">
Key / Secret stuff
Expand Down Expand Up @@ -77,7 +86,7 @@
<p>Please contact your system admin.</p>
<% end %>

<div class="border-bottom border-dark mt-2 mb-2"></div>
<div class="border-bottom border-dark mt-5 mb-2"></div>

<div class="mt-4">
<%= link("Remove Product",
Expand Down

0 comments on commit 25e3d40

Please sign in to comment.