From b03df8f0e44f236a4a6e26b9110b00d959fa0d15 Mon Sep 17 00:00:00 2001 From: insects Date: Tue, 11 Mar 2025 00:19:20 +0100 Subject: [PATCH] feat: enable automatic reloading every 30s --- app/views/instance/show.html.erb | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/views/instance/show.html.erb b/app/views/instance/show.html.erb index 7b9d2bb..d16acd9 100644 --- a/app/views/instance/show.html.erb +++ b/app/views/instance/show.html.erb @@ -1,7 +1,9 @@ -
- eureka.coffee logo -

instance <%= @instance.name %>

- <%= render partial: "zone_img", locals: { zone: @instance.zone, alt: @instance.zone, title: @instance.zone.upcase_first } %> -
+
+
+ eureka.coffee logo +

instance <%= @instance.name %>

+ <%= render partial: "zone_img", locals: { zone: @instance.zone, alt: @instance.zone, title: @instance.zone.upcase_first } %> +
-<%= render partial: "list", locals: { instance: @instance } %> + <%= render partial: "list", locals: { instance: @instance } %> +