mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-05-07 22:11:35 +02:00
Compare commits
No commits in common. "main" and "v1.0.1" have entirely different histories.
2 changed files with 1543 additions and 1661 deletions
|
@ -19,9 +19,6 @@ export default {
|
||||||
while (tmp.length < 20) {
|
while (tmp.length < 20) {
|
||||||
tmp.unshift({});
|
tmp.unshift({});
|
||||||
}
|
}
|
||||||
for (let t of tmp) {
|
|
||||||
t.timestamp = new Date(t.timestamp).toLocaleString();
|
|
||||||
}
|
|
||||||
return tmp;
|
return tmp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue