dockge/backend
ThalesC a488518f6e
Add health status check (#58)
* set Health value to Status if existent

Check if Health has any value and save it to be displayed.
If Health is empty, continue as normal.

* add healthy and unhealthy status to be displayed

Check if status is either Running or Healthy to set span class to bg-primary,
and check if status is Unhealthy to set span class to bg-danger.

* Add lint to workflow

* Fix lint

---------

Co-authored-by: Thales <thcd@cock.li>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2023-11-18 13:27:39 +08:00
..
migrations Init (#1) 2023-11-11 22:18:37 +08:00
models Init (#1) 2023-11-11 22:18:37 +08:00
routers Init (#1) 2023-11-11 22:18:37 +08:00
socket-handlers Init (#1) 2023-11-11 22:18:37 +08:00
utils Init (#1) 2023-11-11 22:18:37 +08:00
check-version.ts Init (#1) 2023-11-11 22:18:37 +08:00
database.ts Init (#1) 2023-11-11 22:18:37 +08:00
docker.ts Init (#1) 2023-11-11 22:18:37 +08:00
dockge-server.ts Init (#1) 2023-11-11 22:18:37 +08:00
index.ts Init (#1) 2023-11-11 22:18:37 +08:00
log.ts Init (#1) 2023-11-11 22:18:37 +08:00
password-hash.ts Init (#1) 2023-11-11 22:18:37 +08:00
rate-limiter.ts Init (#1) 2023-11-11 22:18:37 +08:00
router.ts Init (#1) 2023-11-11 22:18:37 +08:00
settings.ts Init (#1) 2023-11-11 22:18:37 +08:00
socket-handler.ts Init (#1) 2023-11-11 22:18:37 +08:00
stack.ts Add health status check (#58) 2023-11-18 13:27:39 +08:00
terminal.ts Init (#1) 2023-11-11 22:18:37 +08:00
util-common.ts feat: Using monospace fonts in editors (#4) 2023-11-12 15:52:31 +08:00
util-server.ts Init (#1) 2023-11-11 22:18:37 +08:00