-
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
Add link to check server connection to error page for api discovery #907
Conversation
@spadgett PTAL |
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.
One small comments, otherwise LGTM
@@ -9,6 +9,10 @@ | |||
<h1>Error</h1> | |||
<h4>{{errorMessage}}</h4> | |||
<div>{{errorDetails}}</div> | |||
<div ng-if="errorLinks.length"> | |||
<a ng-repeat-start="link in errorLinks" ng-href="{{link.href}}" target="{{link.target || '_blank'}}">{{link.label}}</a> | |||
<span ng-repeat-end ng-if="!$last" class="divider">|</span> |
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.
Should it be class="actions-divider"
?
37df222
to
9cca8ae
Compare
@spadgett updated |
[merge] |
Evaluated for origin web console merge up to 9cca8ae |
[Test]ing while waiting on the merge queue |
Evaluated for origin web console test up to 9cca8ae |
Origin Web Console Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/745/) (Base Commit: 843d4ae) |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/749/) (Base Commit: a60cd15) |
Fixes openshift/origin#4368