Move title text for instance region

This commit is contained in:
Omar Roth 2019-09-06 09:40:29 -04:00
parent 71dbbcb266
commit 8a84d24c47
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

View File

@ -79,7 +79,7 @@
<td><%= instance[:type] %></td>
<td><%= instance[:stats]?.try &.["usage"]?.try &.["users"]["total"] || "-" %></td>
<td><%= instance[:stats]?.try &.["openRegistrations"]?.try { |bool| bool.as_bool ? "✔" : "❌" } || "-" %></td>
<td title="<%= instance[:region]? %>"><%= instance[:flag]? || "-" %></td>
<td><%= instance[:flag]? ? "#{instance[:flag]} #{instance[:region]}" : "-" %></td>
<td><%= instance[:monitor]?.try &.["weeklyRatio"]["ratio"] || "-" %></td>
</tr>
<% end %>