1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-11 11:54:16 +00:00

Return array instead of map on /api/v1/services/statuses

This commit is contained in:
TwinProduction
2021-09-02 14:57:50 -04:00
committed by Chris
parent 44c36a8a5e
commit c61b406483
6 changed files with 23 additions and 23 deletions

View File

@@ -47,7 +47,7 @@ export default {
},
data() {
return {
serviceStatuses: {},
serviceStatuses: [],
currentPage: 1,
showAverageResponseTime: true
}