1
0
Fork 0
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:
mithereal 2022-07-30 18:40:07 -07:00
parent a6e0c34abe
commit ca1e96470d
5 changed files with 22 additions and 9 deletions

View file

@ -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 %>