mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-04-18 16:13: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) {
|
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
Reference in a new issue