-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display IDs of VMs,Reports,Result,... #5342
Conversation
- Changing condition to be an OR condition to address https://github.com/ManageIQ/manageiq-ui-classic/pull/4791/files#r236382928 - Fixed indentation of ID column of role details screen. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1638245
Checked commits h-kataria/manageiq-ui-classic@333901d~...c387a0e with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 **
|
@h-kataria, can I get a screenshot? is it going to be in Listview? |
@Loicavenel before/after screenshots are in original PR #4791 (review) |
@Loicavenel additionally id column was added to following list views |
@h-kataria is it just for Reporting? |
@Loicavenel the original creator of the PR has added ID column on list views for saved reports, list of widgets, and on Role/User/Group/VM details screens. |
Ok, I think it is ok.. I know some customers complained about all the data we show that are not pertinent for End-User... |
Description of problem
When used with Service Now Portal, CFME is communicating over API with IDs of VMs, Reports, Report results, etc. When something is needed to be troubleshooted, or checked, the user needs also to go to the API and drill for the names. This makes troubleshooting efforts difficult and slow.
Actual results
No item IDs visible in the GUI.
Expected results
Item IDs visible in the GUI.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1638245
Additional info
BZ targets CloudForms 4.6 so if merge PR need to be backport to 4.6 as well
@martinpovolny opened up a new PR with changes in #4791 with a fix for your comment #4791 (comment)
Please take a look.