mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 16:55:59 -04:00
Manual fixes
This commit is contained in:
parent
9648d700d7
commit
4c8fdd07d9
15 changed files with 15 additions and 41 deletions
|
@ -146,7 +146,9 @@ export default {
|
|||
result.sort((a, b) => {
|
||||
if (a.time > b.time) {
|
||||
return -1;
|
||||
} if (a.time < b.time) {
|
||||
}
|
||||
|
||||
if (a.time < b.time) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue