-
Notifications
You must be signed in to change notification settings - Fork 898
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
RHV Native viewer #19675
RHV Native viewer #19675
Conversation
@miq-bot add_label wip |
dabbdc0
to
d8a15cd
Compare
d8a15cd
to
be72e29
Compare
@miq-bot remove_label wip |
be72e29
to
02f9ca6
Compare
cc @mzazrivec for the i18n as mentioned here ManageIQ/manageiq-ui-classic#6574 (comment) But I don't really understand the question, can you please elaborate @gekorob? |
I was asking if I have to add translations for tooltips, button label or messages related to native console |
You don't have to do more than you have with the |
Tested this and it downloads the |
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.
app/models/vm/operations.rb
Outdated
@@ -18,6 +18,10 @@ module Vm::Operations | |||
unsupported_reason_add(:vmrc_console, _("VMRC Console not supported")) unless console_supported?('VMRC') | |||
end | |||
|
|||
supports :native_console do | |||
unsupported_reason_add(:native_console, _("NATIVE Console not supported")) unless console_supported?('NATIVE') |
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.
Should this say "VM NATIVE Console not supported" to be consistent with line 40 in this file?
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.
Yes, I'll change it like the one in line 40
6e51b06
to
f4659eb
Compare
Please, fix the last style issue so that we can merge this.
Thx! |
Add native viewer console to allow users download the connection file from RHV instances.
f4659eb
to
2586a45
Compare
Checked commit gekorob@2586a45 with ruby 2.5.5, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
@martinpovolny sure, sorry. |
Nice work 👍 but I think we should also add this to the SUI, should I create an issue for that? |
@skateman I didn't add native_console into yaml section related to SUI 'cause I don't know too much about SUI and if the feature is already implemented. |
Well, it's not, I'll create an issue. |
Backported to ivanchuk via #20640 |
Add native viewer console to allow users download the
connection file from RHV instances.
Releted to BZ:
https://bugzilla.redhat.com/show_bug.cgi?id=1451594
Depends on:
ManageIQ/manageiq-providers-ovirt#452