mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 01:47:31 -02:30
Portal jobs widget resize issue
the 'Started' column needed to be hidden on small (<991px) devices/screen sizes, instead of for only extra small (<769px)
This commit is contained in:
@@ -53,7 +53,7 @@ export default
|
|||||||
noLink: true,
|
noLink: true,
|
||||||
searchable: false,
|
searchable: false,
|
||||||
filter: "longDate",
|
filter: "longDate",
|
||||||
columnClass: "col-lg-3 col-md-3 hidden-xs"
|
columnClass: "col-lg-3 col-md-3 hidden-sm"
|
||||||
},
|
},
|
||||||
name: {
|
name: {
|
||||||
label: 'Name',
|
label: 'Name',
|
||||||
|
|||||||
Reference in New Issue
Block a user