Bug 1536681
| Summary: | Unwanted comma in disk type string for Azure instances | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Nandini Chandra <nachandr> | ||||
| Component: | UI - OPS | Assignee: | Greg Piatigorski <gpiatigo> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nandini Chandra <nachandr> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.8.0 | CC: | cpelland, gblomqui, hkataria, jfrey, jhardy, lavenel, mpovolny, obarenbo, simaishi | ||||
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | ||||
| Target Release: | 5.10.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1552886 1552887 (view as bug list) | Environment: | |||||
| Last Closed: | 2019-02-11 14:01:12 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | CFME Core | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1552886, 1552887 | ||||||
| Attachments: |
|
||||||
|
Description
Nandini Chandra
2018-01-19 22:28:40 UTC
Decsription should read: I noticed that there was an unwanted comma in the disk *type* string for Azure instances. New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/bb55ae034f721aad0ca7d0a99c1e4af3b8da295f commit bb55ae034f721aad0ca7d0a99c1e4af3b8da295f Author: Greg Piatigorski <gpiatigo> AuthorDate: Mon Feb 5 14:52:06 2018 -0800 Commit: Greg Piatigorski <gpiatigo> CommitDate: Wed Feb 7 14:52:45 2018 -0800 Fixes Azure Instance display file name and mode descriptions https://bugzilla.redhat.com/show_bug.cgi?id=1536681 app/helpers/textual_mixins/textual_devices.rb | 25 ++++++++++-------- .../helpers/textual_mixins/textual_devices_spec.rb | 30 +++++++++++++++++++++- 2 files changed, 44 insertions(+), 11 deletions(-) Note: Code refactored to display hard disk in the right hand cell, redundancy of provider name eliminated (only displayed on top of page, and all parameters not set/missing data will now show "N/A". verified in 5.10.0.4 |