refactor: remove FirstDiscovered field from database status models and UI template
Build and Push / build (godump, amd64, linux) (push) Successful in 19s

This commit is contained in:
2026-06-04 18:29:34 +00:00
parent c3d3b28c64
commit 13009580f3
2 changed files with 0 additions and 7 deletions
-2
View File
@@ -364,7 +364,6 @@
<thead>
<tr>
<th>Database</th>
<th>First Discovered</th>
<th>Last Backup Time</th>
<th>Size</th>
<th>Result</th>
@@ -374,7 +373,6 @@
{{range .Databases}}
<tr>
<td>{{.Name}}</td>
<td>{{formatTime .FirstDiscovered}}</td>
<td>{{formatTime .LastBackupTime}}</td>
<td>{{if gt .LastBackupSize 0}}{{formatBytes .LastBackupSize}}{{else}}-{{end}}</td>
<td>