Bug 1286062
| Summary: | Dashboard edit & menu widget edit screens are lacking close buttons | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Milan Zázrivec <mzazrivec> | ||||||
| Component: | UI - OPS | Assignee: | Milan Zázrivec <mzazrivec> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Jiri Stefanisin <jistefan> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 5.5.0 | CC: | cpelland, hkataria, jhardy, jprause, mfeifer, mpovolny, obarenbo | ||||||
| Target Milestone: | GA | ||||||||
| Target Release: | 5.6.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 5.6.0.0 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | |||||||||
| : | 1288187 (view as bug list) | Environment: | |||||||
| Last Closed: | 2016-06-29 15:12:46 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 1288187 | ||||||||
| Attachments: |
|
||||||||
Created attachment 1099634 [details]
menu widget edit
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/06ca257e43f3243508f57dc59da946f7c6543bbe commit 06ca257e43f3243508f57dc59da946f7c6543bbe Author: Milan Zazrivec <mzazrivec> AuthorDate: Thu Nov 26 17:17:53 2015 +0100 Commit: Milan Zazrivec <mzazrivec> CommitDate: Fri Dec 4 11:55:33 2015 +0100 Dashboard & menu widget editing are lacking close buttons This is removal of forgotten delbox styling (replacement with patternfly styling). Leftover after 0ae3cf18769393ed851119543d021c455cad45c8 https://bugzilla.redhat.com/show_bug.cgi?id=1286062 app/views/report/_widget_form_menu.html.haml | 2 +- spec/views/report/_db_widget_remove.html.haml_spec.rb | 16 ++++++++++++++++ spec/views/report/_widget_form_menu.html.haml_spec.rb | 14 ++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 spec/views/report/_db_widget_remove.html.haml_spec.rb create mode 100644 spec/views/report/_widget_form_menu.html.haml_spec.rb 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-2016:1348 |
Created attachment 1099633 [details] Dashboard edit Description of problem: Dashboard edit & menu widget edit screens are lacking close buttons which would allow deletion of particular widgets from a dashboard or shortcuts from menu widgets. Version-Release number of selected component (if applicable): CFME 5.5 How reproducible: Always Steps to Reproduce: 1. Cloud Intelligence -> Reports -> Dashboards -> Edit a dashboard 2. Cloud Intelligence -> Reports -> Dashboard Widgets -> Menus -> Edit a menu widget Actual results: Dashboard widgets & menu shortcuts are lacking close buttons. Expected results: The close button, a nice cross like 'x', allowing deletion, is rendered. Additional info: N/A