mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-15 13:15:05 +00:00
fix(ui): Swap oldest/newest result time for SuiteCard.vue (#1308)
This commit is contained in:
@@ -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
Reference in New Issue
Block a user