Bug 1284366

Summary: [userinterface_public_501]Can not delete routes from web console
Product: OKD Reporter: Yanping Zhang <yanpzhan>
Component: Management ConsoleAssignee: Samuel Padgett <spadgett>
Status: CLOSED CURRENTRELEASE QA Contact: Yadan Pei <yapei>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-12 17:12:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yanping Zhang 2015-11-23 07:35:41 UTC
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:

Comment 1 Samuel Padgett 2015-12-01 18:56:33 UTC
https://github.com/openshift/origin/pull/6150

Comment 2 Yadan Pei 2015-12-03 02:40:56 UTC
Verified on devenv-rhel7_2860,

Delete button is added on route page and routes can be deleted