forked from MapComplete/MapComplete
Chore: remove sourceforge and translation service from status page as it doesn't work anyway
This commit is contained in:
parent
0153477995
commit
d122ae9ee2
1 changed files with 0 additions and 20 deletions
|
@ -340,26 +340,6 @@
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
{
|
|
||||||
services.push({
|
|
||||||
name: "Version Control Server (Forgéjo)",
|
|
||||||
status: testDownload("https://source.mapcomplete.org", true).mapD((r) => {
|
|
||||||
if (r["success"]) {
|
|
||||||
return "online"
|
|
||||||
}
|
|
||||||
return "offline"
|
|
||||||
}),
|
|
||||||
})
|
|
||||||
services.push({
|
|
||||||
name: "Translation service (Weblate)",
|
|
||||||
status: testDownload("https://translate.mapcomplete.org", true).mapD((r) => {
|
|
||||||
if (r["success"]) {
|
|
||||||
return "online"
|
|
||||||
}
|
|
||||||
return "offline"
|
|
||||||
}),
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
let all = new UIEventSource<"online" | "degraded" | "offline">("online")
|
let all = new UIEventSource<"online" | "degraded" | "offline">("online")
|
||||||
let someLoading = new UIEventSource(true)
|
let someLoading = new UIEventSource(true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue