Description of problem: The warning message of the project cannot be fully displayed on the web console,please see the attached picture for the detail info Version-Release number of selected component (if applicable): oc v1.0.4-292-g720c12f openshift v1.0.4-292-g720c12f kubernetes v1.1.0-alpha.0-1605-g44c91b1 How reproducible:always Steps to Reproduce: 1.set up the openshift origin env on ec2 instance 2.login in use user admin $oc login localhost -u admin -p admin 3.create new project $oc new-project test 4.create the ruby hello world example $oc process -f application-template-stibuild.json|oc create -f - 5.delete the DeploymentConfig with --cascade=false $oc delete dc database --cascade=false 6.login the web console with user admin, open the overview of the test project, and move the mouse on the warning picture, check the warning message of 'database' deployment Actual results: only can see warning message :"The deployment config this deploy" Expected results: we can see the message : "The deployment config this deployment was created from no longer exists." Additional info: both chrome and firefox
Created attachment 1064132 [details] warning message
Just tried this and I see the full warning message, I think this may have already been fixed. Can you verify?
verified with devenv-rhel7_3093