Bug 1254401

Summary: warning message cannot be fully displayed on web console
Product: OKD Reporter: Wang Haoran <haowang>
Component: Management ConsoleAssignee: Jessica Forrester <jforrest>
Status: CLOSED CURRENTRELEASE QA Contact: Wei Sun <wsun>
Severity: low Docs Contact:
Priority: low    
Version: 3.xCC: libra-bugs, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-12 17:08:58 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:
Attachments:
Description Flags
warning message none

Description Wang Haoran 2015-08-18 02:29:57 UTC
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

Comment 1 Wang Haoran 2015-08-18 02:30:47 UTC
Created attachment 1064132 [details]
warning message

Comment 2 Jessica Forrester 2016-01-07 21:59:41 UTC
Just tried this and I see the full warning message, I think this may have already been fixed. Can you verify?

Comment 3 Wang Haoran 2016-01-08 10:29:06 UTC
verified with devenv-rhel7_3093