mirror of
https://github.com/smartyellow/status.git
synced 2025-06-27 20:25:11 +00:00
Filter services displayed on dashboard
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user