-
Notifications
You must be signed in to change notification settings - Fork 57
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
789 - Collapsible panels #790
base: develop
Are you sure you want to change the base?
Conversation
|
I'm seeing a bunch of test fixes in PR #788. I'm going to rebase my changes onto that branch, or wait until it is merged into |
@matt852 can you confirm you have tested this extensively? Hard to see some of the changes in the template based on how it shows up in Git. |
This adds support for the Configuration Compliance panels on a Device page to be collapsible.
You can click anywhere on the panel heading and it will toggle between collapsed and expanded. Settings are saved via local cookie. This means that if you leave the page or refresh it, whatever you collapsed will remain collapsed.
These preferences are saved by platform and feature. This means that if you collapse the AAA box for IOS, then all IOS AAA boxes will remain collapsed. This can be changed if another method is preferred.
I've also updated the formatting slightly on the top green/red boxes to match the colors on the rest of the page. The green and red now matches the greens on the other buttons/labels on the page. I also made the boxes have slightly softer edges.