-
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
Implement truncate-long-text for service class description and long description. #2224
Implement truncate-long-text for service class description and long description. #2224
Conversation
cb2f3f9
to
5e5cf63
Compare
@spadgett rebased |
</truncate-long-text></p> | ||
<div ng-if="row.serviceClass.externalMetadata.documentationUrl || row.serviceClass.externalMetadata.supportUrl"> | ||
<a ng-if="row.serviceClass.externalMetadata.documentationUrl" ng-href="{{row.serviceClass.externalMetadata.documentationUrl}}" target="_blank" class="learn-more-link">View Documentation <i class="fa fa-external-link" aria-hidden="true"></i></a> | ||
<a ng-if="row.serviceClass.externalMetadata.supportUrl" ng-href="{{row.serviceClass.externalMetadata.supportUrl}}" target="_blank" class="learn-more-link">Get Support <i class="fa fa-external-link" aria-hidden="true"></i></a> |
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.
Looks like a bad merge on your rebase. These should have spec
in the path as above.
5e5cf63
to
c2b8d36
Compare
@spadgett PTAL |
</truncate-long-text></p> | ||
<p class="service-description"><truncate-long-text | ||
limit="500" | ||
content="serviceClass.externalMetadata.longDescription" |
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.
It's now
serviceClass.spec.externalMetadata.longDescription
<p class="pre-wrap" ng-bind-html="serviceClass.spec.externalMetadata.longDescription | linkify : '_blank'"></p> | ||
<p class="service-description"><truncate-long-text | ||
limit="500" | ||
content="serviceClass.description" |
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.
It's now
serviceClass.spec.description
c2b8d36
to
f21bb78
Compare
[merge] |
Evaluated for origin web console merge up to f21bb78 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin_web_console/334/) (Base Commit: 7fd5c10) (PR Branch Commit: f21bb78) |
Updated views
Fixes #2072
Related on openshift/origin-web-common#214