-
Notifications
You must be signed in to change notification settings - Fork 30
Conversation
Pull Request Test Coverage Report for Build 462
💛 - Coveralls |
Pull Request Test Coverage Report for Build 588
💛 - Coveralls |
With this patch the DesktopViewer is added among other console types.
16d6444
to
3fa5856
Compare
The component renders user info for missing Service object for the RDP.
3fa5856
to
d4c8b42
Compare
VM: spec: template: metadata: labels: are now automatically populated by: vm.cnv.io/name: ${VM_NAME}
ea82276
to
c0fe95f
Compare
sass/components/_VmConsoles.scss
Outdated
@@ -2,3 +2,7 @@ | |||
padding-bottom: 12px !important; | |||
margin-top: -14px !important; | |||
} | |||
|
|||
.vm-consoles-no-rdp .expand-collapse-pf-link-container { |
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.
please use BEM with kubevirt prefix
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.
done
For better experience accessing Windows console, it is recommended to use the RDP. To do so, create a service: | ||
<ul> | ||
<li> | ||
exposing the <b>3389/tcp</b> port of the virtual machine |
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.
You already have RDP constant in kubevirt/web-ui#129 . I propose to move it to web-ui-components and reuse it in this text.
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.
done
exposing the <b>3389/tcp</b> port of the virtual machine | ||
</li> | ||
<li> | ||
using selector: <b>vm.cnv.io/name: {vm.metadata.name}</b> |
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.
use constant TEMPLATE_VM_NAME_LABEL
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.
done
</li> | ||
</ul> | ||
Make sure, the VM object has <b>spec.template.metadata.labels</b> set to{' '} | ||
<b>vm.cnv.io/name: {vm.metadata.name}</b> |
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.
use constant TEMPLATE_VM_NAME_LABEL
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.
done
With this patch the DesktopViewer is added among other console types.
TODO: