Hide Forgot
Description of problem: The right boarder of table containing all IS tags and info on page browse/images/<is_name> are not fully displayed Version-Release number of selected component (if applicable): openshift v1.4.0-alpha.0+d6a4d98(manually vendored, latest commit is f0bc397) kubernetes v1.4.0+776c994 etcd 3.1.0-alpha.1 Browser width in 774 ~ 1081 How reproducible: Always Steps to Reproduce: 1.Create ImageStream # oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/image-streams/image-streams-rhel7.json 2.Go to Builds -> Images -> click on one IS (python in this case) 3.Check browse/images/python displaying Actual results: 3. The right boarder of table containing all IS tags and info are not fully displayed, refer to attachment Expected results: 3. The table should adjust its width automatically when browser width changes Or provide a horizontal scroll bar to view all its content when browser width changes to smaller Additional info: For generated ImageStream(generated after build finish), its IS tags and info table could display well
Created attachment 1209061 [details] RightBoarderAndContentAreNotFullyDisplayed
Commit pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/d6468dcf61cbc0297fd0c8cc620654f680dd771d Truncate imageStreamName like we do for dockerImageReference. - create mixin to handle cases based on media queries - for @screen-*-min widths a max-width is needed to truncate - max-width determined by minimum space need if both imageStreamName and dockerImageReference fields need truncating Fixes bug 1383623
Checked against latest origin-web-console(latest commit is 34067a1) Now the ImageStream tags table could adjust the boarder flexibly Move to VERIFIED