mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
config option update_file now contains updated json of working instances after sync
This commit is contained in:
parent
a6e0c34abe
commit
ca1e96470d
5 changed files with 22 additions and 9 deletions
|
@ -35,7 +35,7 @@
|
|||
<div id="child-div">
|
||||
<h1>Farside | <a href="https://github.com/benbusby/farside">View on GitHub</a></h1>
|
||||
<hr>
|
||||
<h3>Last synced <%= last_updated %> UTC</h2>
|
||||
<h3>Last synced <%= DateTime.truncate(last_updated, :second) %> UTC</h2>
|
||||
<div>
|
||||
<ul>
|
||||
<%= for {service, instance_list} <- services do %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue