1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-15 15:00:04 +00:00

fix(ui): Swap oldest/newest result time for SuiteCard.vue (#1308)

This commit is contained in:
TwiN
2025-10-03 13:36:09 -04:00
committed by GitHub
parent 65eaed4621
commit 03ec18a703
3 changed files with 3 additions and 3 deletions

View File

@@ -46,8 +46,8 @@
/> />
</div> </div>
<div class="flex items-center justify-between text-xs text-muted-foreground mt-1"> <div class="flex items-center justify-between text-xs text-muted-foreground mt-1">
<span>{{ newestResultTime }}</span>
<span>{{ oldestResultTime }}</span> <span>{{ oldestResultTime }}</span>
<span>{{ newestResultTime }}</span>
</div> </div>
</div> </div>
</div> </div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long