mirror of
https://github.com/smartyellow/status.git
synced 2025-01-18 13:37:59 +00:00
Filter services displayed on dashboard
This commit is contained in:
parent
d6261432b9
commit
f21a6f5a1a
@ -22,7 +22,10 @@ async function createDashboardSocket(server) {
|
|||||||
async function sendStatuses() {
|
async function sendStatuses() {
|
||||||
const services = await server.storage
|
const services = await server.storage
|
||||||
.store('smartyellow/webservice')
|
.store('smartyellow/webservice')
|
||||||
.find()
|
.find({
|
||||||
|
autotestEnabled: true,
|
||||||
|
public: true,
|
||||||
|
})
|
||||||
.toArray();
|
.toArray();
|
||||||
const heartbeats = await server.storage
|
const heartbeats = await server.storage
|
||||||
.store('smartyellow/webserviceheartbeat')
|
.store('smartyellow/webserviceheartbeat')
|
||||||
|
Loading…
Reference in New Issue
Block a user