-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix rendering of local charm name and icon #528
Conversation
Starting demo at: https://jaas-dashboard-canonical-web-and-design-pr-528.run.demo.haus/ |
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.
LGTM 👍
@anthonydillon I can't see the demo, does it now use the icon from here? - #527 |
Added +1 assuming the icon here will be added soon. |
…charm icon border.
b668aa2
to
1dde375
Compare
@spencerbygraves I've updated it to render the default icon and added a screenshot to show you what it looks like. |
Done
When a model contained a local charm it would break the rendering because it was receiving the name in an incorrect format. This renders a default charm icon when it's a local charm for the time being and fixes a styling issue with the closed sidebar.
QA
https://github.com/dshcherb/cockroachdb-operator
juju deploy .
juju dashboard
and view the built in dashboard to accept the self-signed cert.baseControllerURL
to the ip address and port (if any) from above.isJuju
totrue
identityProviderAvailable
tofalse
./run
Details
Fixes #515
Fixes #527
Fixes #534
Screenshots