-
Notifications
You must be signed in to change notification settings - Fork 232
Bug 1333172 - differ between route hostname and navigation within the console #2
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
Conversation
Will add bindata after review :) |
@rhamilto this is something you could help with, is there really no way for us to get an icon on the right of the route without it disappearing in some cases :( |
@jwforres given the complexity of the layout, I was unable to find a reliable, consistent solution for the warning icon since there are so many different layout permutations at the various screen resolutions... :( spitballing here... what if we included the protocol (e.g., http://) instead of an icon in this context? |
so we have non http(s) route ports coming soon and we wouldn't know what On Fri, May 13, 2016 at 7:40 AM, Jakub Hadvig [email protected]
|
Will a hyperlink even make sense in those cases? |
true it wont be a link anymore On Fri, May 13, 2016 at 8:48 AM, Robb Hamilton [email protected]
|
Works for me. |
looks good, run grunt build and check in the dist/* changes and go ahead and backport the change to ose/master (you'll still need bindata.go there) |
@jwforres updated |
[merge] |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin_web_console/5/) |
Evaluated for origin web console merge up to 8527558 |
Handle wierd flag convention on Travis `xrandr`
Fix margin for OVM Detail on Overview page
Making difference between route hostname and navigation within the console more obvious, by prepending the
pficon-route
icon before the exposed route link.Screen prepending the icon(which I like more then the appending one):

Screen appending the icon:

Also I've created a standalone class for the icon
font-size
since by default it will take the size ofh2
style which is 19px and that seems to be too big for the icon.@liggitt suggested we use the

fa-external-link
icon instead thepficon-route
as original was suggested:@jwforres PTAL