Bug 1201883
Summary: | [RFE] DIsabled domain should be greyed out or use the word 'disabled' before or after the domain name | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Shveta <sshveta> | ||||
Component: | UI - OPS | Assignee: | Shveta <sshveta> | ||||
Status: | CLOSED ERRATA | QA Contact: | Dave Johnson <dajohnso> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 5.4.0 | CC: | abellott, hkataria, jhardy, mkanoor, mpovolny, obarenbo, tfitzger | ||||
Target Milestone: | GA | Keywords: | FutureFeature | ||||
Target Release: | 5.4.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Enhancement | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-06-16 12:52:58 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: | |||||||
Attachments: |
|
Description
Shveta
2015-03-13 17:43:08 UTC
Dan - This ticket resulted from spending time debugging an automate issue before we realized that the method in question was in a disabled domain, and therefore not being called. It would be very helpful if we had some visual clue in the Automate Explorer to identify that the domain is disabled. New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/d0302ffc7c689f08cef5b592e581c6f3d5dd42d9 commit d0302ffc7c689f08cef5b592e581c6f3d5dd42d9 Author: Harpreet Kataria <hkataria> AuthorDate: Thu Mar 19 12:18:51 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Mar 19 14:33:20 2015 -0400 Mark Domain as disabled in UI. Show (Disabled) suffix next to disabled domains in UI and line-through the node on the tree to make disabled domain nodes stand out. https://bugzilla.redhat.com/show_bug.cgi?id=1201883 .../dynatree_1.2.4/skin-cfme/ui.dynatree.css.erb | 6 ++++++ vmdb/app/controllers/miq_ae_class_controller.rb | 6 +++--- vmdb/app/helpers/miq_ae_class_helper.rb | 11 +++++++++-- vmdb/app/presenters/tree_node_builder.rb | 20 ++++++++++++++++++-- 4 files changed, 36 insertions(+), 7 deletions(-) Created attachment 1016502 [details]
disabled domain
Disabled domain is marked.
verified in 5.4.0.0.19.20150410165622_ad23806
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://rhn.redhat.com/errata/RHBA-2015-1100.html |