%- result.each do |f| -%>
">
<%= f["name"] %>
" src="bars.svg" class="htmx-indicator">
|
ID |
Current? |
Actions |
<%- f["containers"].as(Array(Docr::Types::ContainerSummary)).each do |c| -%>
<%= c.@names[0].split("-")[-1] %> |
<%- if c.image_id == f["latest_image"] -%>
🟢
<%- else -%>
🟢
<%- end -%>
|
|
<%- end -%>
|
<%- if f["name"] == "proxy" -%>
<%- else -%>
<%- if f["scale"].as(String).to_i > 0 -%>
<%- else -%>
<%- end -%>
<%- end -%>
|
<%- end -%>