Bug 783383
Summary: | 3.1 - rhev-h tui: Apply and Reset buttons do not display in RHEV-M page via serial console | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | cshao <cshao> | ||||
Component: | vdsm | Assignee: | Douglas Schilling Landgraf <dougsland> | ||||
Status: | CLOSED ERRATA | QA Contact: | Oded Ramraz <oramraz> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6.2 | CC: | abaron, acathrow, bazulay, bsarathy, cpelland, danken, gouyang, iheim, ilvovsky, jboggs, leiwang, mburns, moli, myllynen, ovirt-maint, pstehlik, ycui, ykaul | ||||
Target Milestone: | rc | ||||||
Target Release: | 6.2 | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | infra | ||||||
Fixed In Version: | vdsm-4.9.6-17.el6 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-12-04 18:53:07 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
cshao
2012-01-20 08:47:30 UTC
Created attachment 556467 [details]
apply button missing
Mike, any hint why? (In reply to comment #3) > Mike, any hint why? It's more Joey's domain than mine. Joey, any idea why this happens on the serial console? Spacing needs to be cleaned up, serial is alot more picky about the last line it will display which is one less than visual console. --- rhevm.py.orig 2012-01-29 21:35:20.342263093 -0500 +++ rhevm.py 2012-01-29 21:17:28.706107470 -0500 @@ -122,7 +122,7 @@ self.rhevm_server_port = Entry(6, "", scroll = 0) self.rhevm_server_port.setCallback(self.valid_rhevm_server_port_callback) rhevm_grid.setField(self.rhevm_server, 1, 0, anchorLeft = 1, padding=(2, 0, 0, 1)) - rhevm_grid.setField(self.rhevm_server_port, 1, 1, anchorLeft = 1, padding=(2, 0, 0, 1)) + rhevm_grid.setField(self.rhevm_server_port, 1, 1, anchorLeft = 1, padding=(2, 0, 0, 0)) elements.setField(rhevm_grid, 0, 1, anchorLeft = 1, padding = (0,0,0,0)) elements.setField(Label(""), 0, 2, anchorLeft = 1) self.verify_rhevm_cert = Checkbox("Connect to RHEV Manager and Validate Certificate", isOn=True) Joey, would you agree to post this on upstream Vdsm (gerrit)? yeah should be fine to post that one My English bad. I wanted to ask you, politely, to have the honour of posting this yourself. rhevm.py (engine.py upstream) is part of Vdsm, but we have very little knowledge about it in our team. *** Bug 807327 has been marked as a duplicate of this bug. *** As record only, patch available: http://gerrit.ovirt.org/4805 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-1508.html |