server-status-project/server-status

Categories

Chipx0 opened this issue · 3 comments

Can we get categories?

I've done a bit of work on get categories implemented, or service groups as I've called it. The rendering of the services in a hierarchy is still to be resolved as I've not managed to get any good three-view rendering with the 3.4.1 code of bootstrap (would be simpler with v4).

In the same code I've also made it possible to edit the services as well as adding some detail/help text for each service (#51) that can be displayed via tooltip on the front page.

The implementation is based on a separate sql table for the service groups, rather than adding a dummy service as master. Anybody got any thoughts on that?

The Services menu showing the groups underneath the services (In use by shows the number of services that is grouped on each category/service group)
server-status-service-overview

Editing of a service
server-status-edit-service

Editing of a group
server-status-edit-group

@thnilsen We can Implement this!

This feature was added to the new V2 Beta.
Thanks!