Add default uptime for custom instances.

Closes #3259
This commit is contained in:
Kavin 2023-12-17 05:00:24 +00:00
parent 25859ba89a
commit be29aa8ffe
No known key found for this signature in database
GPG key ID: 6E4598CA5C92C41F

View file

@ -512,6 +512,7 @@ export default {
api_url: this.apiUrl(),
locations: "Unknown",
cdn: false,
uptime_30d: 100,
});
});