cloudfoundry-incubator / admin-ui

Need new main contributor - An application for viewing Cloud Foundry metrics and operations data.
Apache License 2.0
71 stars 44 forks source link

Route service binding support? #164

Closed cnelson closed 7 years ago

cnelson commented 7 years ago

Does this application support inspecting route service bindings?

I am able to see a route service under the Service Instances tab, however the Service Bindings count is 0 even though it has been bound to a route with cf bind-route-service.

Is this expected behavior, a defect, or a missing feature?

rboykin commented 7 years ago

I have not yet added support for route services.

rboykin commented 7 years ago

@cnelson I am working on route service bindings support now

rboykin commented 7 years ago

Route bindings support added with this commit: https://github.com/cloudfoundry-incubator/admin-ui/commit/3611cee3c3be28ce664d296687fcf68a251765f7

brittag commented 7 years ago

Nice, thank you @rboykin! I use the Admin UI frequently and appreciate it.