-
Notifications
You must be signed in to change notification settings - Fork 667
Add VM Create to Dev console #7188
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
Add VM Create to Dev console #7188
Conversation
ea6e74d to
cdac38d
Compare
cdac38d to
2661452
Compare
09b9cde to
94187cd
Compare
94187cd to
cec0ee1
Compare
8c6f079 to
d412cf1
Compare
4df114b to
ce8ca45
Compare
|
/hold cancel |
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.
Yeah, this does affect all the other providers. It would be better if we remove the spacing from the providers along with this change. Although looking at the code it seems only useBuilderImages provider added extra spacing by using <hr/> which can be removed here. All other providers use PF components or SyncMarkdown component that adds the spacing for them. Not sure what we can do about them. cc: @christianvogt
FYI, the above change adds extra spacing with current catalog providers as shown below-
ce8ca45 to
7cdc11f
Compare
|
/retest |
ed5f908 to
efcc1e3
Compare
|
@christianvogt @rawagner @suomiy please lgtm |
|
I'm fine with the removal of the |
christianvogt
left a comment
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.
works well.
Couple minor comments.
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.
To respect the user's preference, do not include the view type. This will bring the user to either the graph or list list view. Unless of course UX wants to force the user to the graph.
| `/topology/ns/${getNamespace(vm)}?view=graph&selectId=${getUID( | |
| `/topology/ns/${getNamespace(vm)}?selectId=${getUID( |
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.
localize
efcc1e3 to
911088a
Compare
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 should be one translation
| {t('kubevirt-plugin~Virtual machine template')}: <strong>{templateParam}</strong>{' '} | |
| {t('kubevirt-plugin~Virtual machine template {{ templateParam }} not found', { templateParam })} |
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.
| label="Virtual Machine Template" | |
| label={t('Virtual Machine Template')} |
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.
missing i18n
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.
missing i18n
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.
missing i18n
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.
rebase error - i18n was removed
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.
rebase error - i18n was removed
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.
| // t('Create a Virtual Machine from a template') | |
| // t('kubevirt-plugin~Create a Virtual Machine from a template') |
911088a to
d570e2b
Compare
d570e2b to
adc3e03
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: glekner, rawagner The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |



No description provided.