mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-04-12 05:53:56 +02:00
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
8809daca7e | |||
a1c06f84ae | |||
|
27f679146e |
2 changed files with 1661 additions and 1543 deletions
|
@ -19,6 +19,9 @@ export default {
|
|||
while (tmp.length < 20) {
|
||||
tmp.unshift({});
|
||||
}
|
||||
for (let t of tmp) {
|
||||
t.timestamp = new Date(t.timestamp).toLocaleString();
|
||||
}
|
||||
return tmp;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue