mirror of
https://github.com/smartyellow/status.git
synced 2025-01-18 05:27:58 +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() {
|
||||
const services = await server.storage
|
||||
.store('smartyellow/webservice')
|
||||
.find()
|
||||
.find({
|
||||
autotestEnabled: true,
|
||||
public: true,
|
||||
})
|
||||
.toArray();
|
||||
const heartbeats = await server.storage
|
||||
.store('smartyellow/webserviceheartbeat')
|
||||
|
Loading…
Reference in New Issue
Block a user