Skip to content

Fix the 'essentials already started' bug

Daniele Venzano requested to merge bugs/essentials-already-started into master

A service in the undefined state is dead, since it does not exist in the container list generated by the backend. Add also a column indicating if a service is essential or not in the command line client, to aid debugging.

Merge request reports