Description of problem: Now there is "Routes" page under "Browse", user could delete resources under "Browse"->"Services", "Browse"->"Pods" and so on, but find no button to delete routes under "Browse"->"Routes". Version-Release number of selected component (if applicable): $ openshift version openshift v1.1-123-g60e7a07 kubernetes v1.1.0-origin-1107-g4c8e6f4 etcd 2.1.2 How reproducible: Always Steps to Reproduce: 1.Create app in project. $ oc create -f origin/examples/sample-app/application-template-stibuild.json $ oc new-app ruby-helloworld-sample 2.After build and deployment finish, try to delete resources such as services, pods, is, routes under "Browse" page from web console. 3. Actual results: 2.Can not find deletion button when try to delete a route under "Browse"->"Routes", and route can not be deleted by deleting related service, either. Expected results: 2.Should be able to delete routes from web console. Additional info:
https://github.com/openshift/origin/pull/6150
Verified on devenv-rhel7_2860, Delete button is added on route page and routes can be deleted