-
Notifications
You must be signed in to change notification settings - Fork 31
Show service online status #1178
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
Conversation
Adds a column to the services table that displays the online status of a service using traffic lights, much like the respective column in the servers table. This change should make it easier to reason about why certain jobs may not able to be dispatched. Notably, an offline service does not necessarily mean that there is an error or even a problem. Therefore this patch does not add a notification about services being offline. Requires opencast/opencast#6632 to function.
Use Run test server using develop.opencast.org as backend:
Specify a different backend like stable.opencast.org:
It may take a few seconds for the interface to spin up. |
This pull request is deployed at test.admin-interface.opencast.org/1178/2025-04-08_10-15-59/ . |
I'm slightly in favor of keeping it left, just because that keeps it the same as the other columns and does not make it look so lost in case the column is wider than min-width. But I also do not care all that much. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me
Fine by me |
Requires opencast/opencast#6632 to function.
Fixes #1166.
Adds a column to the services table that displays the online status of a service using traffic lights, much like the respective column in the servers table.
This change should make it easier to reason about why certain jobs may not able to be dispatched.
Notably, an offline service does not necessarily mean that there is an error or even a problem. Therefore this patch does not add a notification about services being offline.
How to test this