Add new alert architecture
This commit is contained in:
@@ -112,7 +112,7 @@ class DatabaseUtils:
|
||||
"checked_in": pool.checkedin(),
|
||||
"checked_out": pool.checkedout(),
|
||||
"overflow": pool.overflow(),
|
||||
"invalid": pool.invalid()
|
||||
"status": pool.status()
|
||||
}
|
||||
else:
|
||||
return {"status": "no_pool"}
|
||||
|
||||
Reference in New Issue
Block a user