Bug 1631408
| Summary: | vm portal dashboard values are available for guests that are down | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Marian Jankular <mjankula> |
| Component: | ovirt-web-ui | Assignee: | Greg Sheremeta <gshereme> |
| Status: | CLOSED ERRATA | QA Contact: | samuel macko <smacko> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.2.6 | CC: | michal.skrivanek, pmatyas |
| Target Milestone: | ovirt-4.2.7 | Keywords: | Rebase, ZStream |
| Target Release: | --- | Flags: | pmatyas:
testing_plan_complete+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-11-05 15:04:56 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | UX | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Verified on ovirt-engine: ovirt-engine-4.2.7.2-0.1.el7ev.noarch, ovirt-web-ui: ovirt-web-ui-1.4.4-2.el7.noarch Dashboard view is not available on this version of ovirt-web-ui. 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. https://access.redhat.com/errata/RHBA-2018:3495 sync2jira sync2jira |
Description of problem: vm portal dashboard values are available for guests that are down Version-Release number of selected component (if applicable): ovirt-web-ui-1.4.3-1.el7ev.noarch How reproducible: always Steps to Reproduce: 1. open vm portal 2. open properities of vm that is not running 3. navigate to dashboard view Actual results: dashboard value are available Expected results: dashboard values should not be available Additional info: this one seems to be fixed also in commit 11ecf1d2d2fcdc825e100db849b10d4662928d79 return ( <PFUtilizationCard> <CardTitle>CPU</CardTitle> { !isRunning && <NoLiveData /> } { isRunning && <CardBody> <UtilizationCardDetails> <UtilizationCardDetailsCount>{cpuAvailable}%</UtilizationCardDetailsCount> <UtilizationCardDetailsDesc> <UtilizationCardDetailsLine1>Available</UtilizationCardDetailsLine1> <UtilizationCardDetailsLine2>of 100%</UtilizationCardDetailsLine2> </UtilizationCardDetailsDesc> </UtilizationCardDetails>