-
Bug
-
Resolution: Done
-
Normal
-
None
-
False
-
False
-
0
-
Undefined
-
Not Supported
-
-
ODC Sprint 202, ODC Sprint 203
-
Low
Description of problem:
Bootstrap table classes were used to give table columns different widths. It looks like these classes are no longer supported as several tables which use these classes are displayed with even width columns even when different bootstrap column width classes are assigned
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Go to the knative revisions list page
Actual results:
observe all columns are evenly spaced
Expected results:
conditions columns should be 1/2 the width of the others
The following is the table column classes for the revisions table:
export const tableColumnClasses = [ 'col-lg-2 col-md-2 col-sm-4 col-xs-6', 'col-lg-2 col-md-2 col-sm-4 col-xs-6', 'col-lg-2 col-md-2 col-sm-4 hidden-xs', 'col-lg-2 col-md-2 hidden-sm hidden-xs', 'col-lg-1 col-md-2 hidden-sm hidden-xs', 'col-lg-1 col-md-2 hidden-sm hidden-xs', 'col-lg-2 col-md-2 hidden-sm hidden-xs', Kebab.columnClass,];
Reproducibility (Always/Intermittent/Only Once):
always
Build Details:
Additional info:
- There are still several instances of `tableColumnClasses` width assigned bootstrap grid classes such as `col-lg-1` whereas the new PF supported classes are `pf-m-width-20`.
- knative revisions
- knative route
- helm release history
- helm release resources
- helm revisions
- helm release list
- pipeline table
- ...
- links to