Bug 1389513
| Summary: | New provider input field lengths are inconsistent | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Mike Dahlgren <mdahlgre> | ||||
| Component: | UI - OPS | Assignee: | Eric Winchell <ewinchel> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Matouš Mojžíš <mmojzis> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.7.0 | CC: | cpelland, hkataria, jhardy, mpovolny, obarenbo | ||||
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | ||||
| Target Release: | 5.8.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | provider:ui | ||||||
| Fixed In Version: | 5.8.0.0 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1395866 (view as bug list) | Environment: | |||||
| Last Closed: | 2017-06-12 16:54:30 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: | 1395866 | ||||||
| Attachments: |
|
||||||
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/d577b07dc73cc1146711943406f0e5f1c2e764d6 commit d577b07dc73cc1146711943406f0e5f1c2e764d6 Author: Eric Winchell <ewinchel> AuthorDate: Thu Feb 16 09:35:15 2017 -0500 Commit: Eric Winchell <ewinchel> CommitDate: Thu Feb 16 09:35:15 2017 -0500 Correct inconsistent provider input field lengths https://bugzilla.redhat.com/show_bug.cgi?id=1389513 app/views/shared/views/ems_common/angular/_form.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Verified in 5.8.0.3. All the field lenghts are consistent for every provider. |
Created attachment 1214721 [details] Input dialog example Description of problem: The input fields when adding a new provider are inconsistent and fields like "API PORT" stretch across the screen. (See screenshot) How reproducible: 100% Steps to Reproduce: 1. Attempt to add a new provider Actual results: Input fields are inconsistent Expected results: Should look beautiful, also fields like port numbers should be shorter as they can not input more than 15 characters. PR to follow