-
Notifications
You must be signed in to change notification settings - Fork 91
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
Changed where Generic objects list gets rendered on Service details screen #1246
Conversation
@Loicavenel and @bascar . Could you take a look at this and see if update looks as you are expecting it to. |
@Loicavenel @bascar need approval on this one. It does change the UX a bit, so @serenamarie125 could you please let us know if that is ok? |
</div> | ||
</div> | ||
|
||
<div ng-if="vm.genericObjects.length > 0"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<div ng-if="vm.genericObjects.length">
will be true when anything is greater than 0
</section> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eeeekkkk if we don't need da space...
@chalettu might not be a bad idea to give this area a header kinda similar "Properties" and "Resources" ? Edit: or maybe if this lives inside of resources, something like "compute"? |
@chalettu oh gosh you're gonna 🔪 me, from the most recent ss, looks like the horizontal bars under above and below resources went away? or maybe my 👁 deceives me... |
They are still there. They are so light its hard to see. If you view the video full screen you should see em. |
Yeah viewed it full screen... seem em around relationships just not resources... 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code checks out, LG2M 👍 💃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chalettu, the Resources title is missing in some of the images. Sorry, I need to catchup on these comments. Looks like the mock is updated later.
Is there a before and after screenshot?
@serenamarie125 , please disregard the earlier images. The very last one is the one we implemented and that one does show things being grouped appropriately under the Resources Title. |
@chalettu is this ready to go for @serenamarie125 to review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chalettu the number of objects of that generic type should be in parentheses ...
so in this example km-demo (2)
I know that's part of the design for all resources, although I'm not sure that it's already been implemented for VMs too
6de3e44
@chalettu Any update on implementing the requested changes? |
@AllenBW , code is all set for this PR , I was working on getting onto an appliance so I do a screenshot demo of the requested addition. I will double check with Loic to see if we have a appliance to use. |
Checked commits https://github.com/chalettu/manageiq-ui-service/compare/1cb64e0e8718feaad1a0b6e22655cfd3bb091e4d~...f95d7145e4ab8f331029622b7ed5a543d1a31336 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@serenamarie125 , can you take a quick look at the updated screen that includes the count of Genric objects? Thanks in advance. |
Location of Generic Objects is 👍 and thanks for adding the count! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes associated with the scope of this PR look good!
Side Note - unsure if generic object icons are being displayed programmatically or not. If not, we should create an additional issue @chalettu
@miq-bot add_label ux/approved |
@miq-bot remove_label ux/review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG2M 🌮 💃
Changed where Generic objects list gets rendered on Service details screen (cherry picked from commit 32ca812) https://bugzilla.redhat.com/show_bug.cgi?id=1524721
Gaprindashvili backport details:
|
@miq-bot add_label bug
@miq-bot add_label gaprindashvili/yes
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1515945