Skip to content

Commit

Permalink
Use visual loading indicator #264
Browse files Browse the repository at this point in the history
  • Loading branch information
oneiros committed Feb 1, 2024
1 parent 9f50b5a commit a54a89b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/views/keys/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@
</div>
<div class="modal-body">
<%= turbo_frame_tag "lookup-result-frame", src: environment_node_key_lookup_path(@environment, @node, @key), loading: "lazy" do %>
Loading...
<div class="d-flex justify-content-center">
<div class="spinner-border" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</div>
<% end %>
</div>
<div class="modal-footer">
Expand Down

0 comments on commit a54a89b

Please sign in to comment.