-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
UI: [VAULT-17365, VAULT-17613, VAULT-17614] Dashboard Secrets Engine Card Improvements #21604
UI: [VAULT-17365, VAULT-17613, VAULT-17614] Dashboard Secrets Engine Card Improvements #21604
Conversation
@@ -0,0 +1,5 @@ | |||
.dashboard { | |||
.secrets-engines-table { |
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.
this was specific to the dashboard table so I didn't make this style a helper class. Adding this resolved the table border issue where borders were being cut off
ui/app/styles/core.scss
Outdated
@@ -62,6 +62,7 @@ | |||
@import './components/confirm'; | |||
@import './components/console-ui-panel'; | |||
@import './components/control-group'; | |||
@import './components/dashboard'; |
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.
so technically these are only meant to correspond to a component called "dashboard". And it looks like you're using a route called Dashboard.
Maybe you and I can sync real quick on this. Ideally (I know you mentioned above about it not being a helper class) but it really doesn't make sense as a component class.
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.
synced with angel and will move dashboard route template to a component file if extra styling is needed!
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.
Would love to try some things first before adding the component class file. Let's sync when you get a moment.
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.
Thanks for making the changes!
Description
Some small improvements to secret engine card based on design feedback