Add hpc access management menu to navbar #53
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds a navbar item to Coldfront providing links related to the group membership functionality. Also adds a simple
check_access
view available for all users to report their current access status to HPC resources.To test this branch you must use the
navbar
branch of imperialcollegelondon/coldfront_development_environment. This uses a bit of a hack to implement this functionality in the hopes that we can get proper support for doing this later. I have ubccr/coldfront#635 open to try and get upstream support for this.Fixes # (issue)
Type of change
Key checklist
python -m pytest
)python -m sphinx -b html docs docs/build
)pre-commit run --all-files
)Further checks