-
Notifications
You must be signed in to change notification settings - Fork 134
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 space for service instances #2384
Conversation
irfanhabib
commented
Jun 14, 2018
•
edited
Loading
edited
- Fixes Exception thrown when filtering in service instance wall #2304
- Fixes Service Instances list: Display which space a service instance belongs to #2202
Hey irfanhabib! Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## v2-master #2384 +/- ##
=============================================
+ Coverage 71.05% 71.08% +0.03%
=============================================
Files 583 584 +1
Lines 24451 24487 +36
Branches 5483 5496 +13
=============================================
+ Hits 17373 17406 +33
- Misses 7078 7081 +3 |
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 issue, otherwise LGTM.
Following error is shown in space service instance tab
ERROR TypeError: Cannot read property 'entity' of undefined
at Object.eval [as updateRenderer] (TableCellSpaceNameComponent.html:1)
@richard-cox Fixed entity issue in Cf Spaces service instances list |