diff --git a/src/instances/views/index.ecr b/src/instances/views/index.ecr index 6754f51..24bcf27 100644 --- a/src/instances/views/index.ecr +++ b/src/instances/views/index.ecr @@ -79,7 +79,7 @@ <%= instance[:type] %> <%= instance[:stats]?.try &.["usage"]?.try &.["users"]["total"] || "-" %> <%= instance[:stats]?.try &.["openRegistrations"]?.try { |bool| bool.as_bool ? "✔" : "❌" } || "-" %> - <%= instance[:flag]? || "-" %> + <%= instance[:flag]? ? "#{instance[:flag]} #{instance[:region]}" : "-" %> <%= instance[:monitor]?.try &.["weeklyRatio"]["ratio"] || "-" %> <% end %>