-
Notifications
You must be signed in to change notification settings - Fork 231
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
Switch to a specific class .icon-wrap instead of :first-child selector for icon-row #1164
Conversation
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.
Nice, looks good to me. I figured there would be a couple other places (like the javaLink) that would need an update as well.
<span class="fa fa-tag" aria-hidden="true"></span> | ||
</div> | ||
<div flex class="word-break"> | ||
<span class="pod-template-key">Selector:</span> | ||
<span ng-repeat="(key, value) in template.spec.selector.matchLabels"> | ||
<!-- <span ng-repeat="(key, value) in template.spec.selector.matchLabels"> |
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.
I believe this block that is commented out can now be removed. The <selector selector="template.spec.selector"></selector>
should cover it.
041ded1
to
9e2c874
Compare
9e2c874
to
86314b8
Compare
[merge] |
Evaluated for origin web console merge up to 86314b8 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/965/) (Base Commit: 880fcfc) |
Fixes #1144 (comment)
@benjaminapetersen