1
0
mirror of synced 2025-10-29 02:19:19 +00:00

temp fix lastPull server

This commit is contained in:
Valentin
2023-09-13 16:21:49 +02:00
parent 092ab264bc
commit e45c92d44b
5 changed files with 26 additions and 17 deletions

View File

@@ -54,7 +54,7 @@
<td><%= server.ip %></td>
<td><%= server.username %></td>
<td><%= server.lastPull.toISOString().replace(/T/, ' ').replace(/\..+/, '') %> <% if (!server.lastPull) { %>never<% } %></td>
<td><%= lastPullList[server.hostname] %></td>
<td style="text-align: right;"> <a class="btn btn-sm btn-danger" href="/admin/servers/delete/<%= server.hostname %>"><i class="far fa-trash-alt"></i></a></td>
</tr>
<% }) %>