-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: Enhance Secrets #3304
feat: Enhance Secrets #3304
Conversation
Skipping CI for Draft Pull Request. |
const Configuration = secret => ( | ||
<UI5Panel | ||
fixed | ||
keyComponent={'storageclass-configuration'} |
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.
storageclass
?
<UI5Panel | ||
fixed | ||
keyComponent={'storageclass-configuration'} | ||
title={t('storage-classes.headers.configuration')} |
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.
move this to common.headers
instead of using storage-class and also adjust the resort of the places in app where storage-class translation is used
Description
Changes proposed in this pull request:
Related issue(s)
Definition of done
backlog#4567