-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Services UI by including relationship information #6
Labels
good-first-issue
Appropriate for new contributors
Comments
Random idea (not sure if it's a good one): draw a directed graph of a service's dependencies? |
Closed
Full list of things I intend to support (just for my own memory): Requires, Wants, WantedBy, Conflicts, Before, After |
allisonkarlitskaya
referenced
this issue
in allisonkarlitskaya/cockpit
May 22, 2018
Show a table on each service page detailing the relationship of the unit to other units. Closes cockpit-project#8990 Fixes #6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can have information about Wants, WantedBy, Before, After, etc, complete with links to the other services.
We can also have information about conflicts, such as when enabling a unit file fails because its alias is already installed by some other unit file.
The text was updated successfully, but these errors were encountered: