dockge/frontend
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
..
public Init (#1) 2023-11-11 22:18:37 +08:00
src Add health status check (#58) 2023-11-18 13:27:39 +08:00
components.d.ts Init (#1) 2023-11-11 22:18:37 +08:00
index.html Init (#1) 2023-11-11 22:18:37 +08:00
vite.config.ts Init (#1) 2023-11-11 22:18:37 +08:00