Skip to content
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

Collapse roles in user table #635

Merged
merged 2 commits into from
Jun 5, 2024
Merged

Collapse roles in user table #635

merged 2 commits into from
Jun 5, 2024

Conversation

lkiesow
Copy link
Member

@lkiesow lkiesow commented Jun 5, 2024

The roles column in the user table can get extremely long in a production system. This patch collapses UI, API and capture agent roles.

Screenshot from 2024-06-05 13-54-02

This fixes #351

Copy link
Contributor

github-actions bot commented Jun 5, 2024

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/opencast-admin-interface:pr-635

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/opencast-admin-interface:pr-635

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

Copy link
Contributor

github-actions bot commented Jun 5, 2024

This pull request is deployed at test.admin-interface.opencast.org/635/2024-06-05_12-43-57/ .
It might take a few minutes for it to become available.

@lkiesow lkiesow added the type:visual-clarity Improves UI readability label Jun 5, 2024
lkiesow added 2 commits June 5, 2024 14:43
The roles column in the user table can get extremely long in a
production system. This patch collapses UI, API and capture agent roles.

This fixes opencast#351
This patch switches to using a translation key and not a hard-coded
string.
@Arnei Arnei merged commit f90662a into opencast:main Jun 5, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:visual-clarity Improves UI readability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Collapse roles in user table
2 participants