mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03: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:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* All Rights Reserved
|
||||
*************************************************/
|
||||
|
||||
|
||||
|
||||
export default
|
||||
angular.module('PortalJobsListDefinition', [])
|
||||
@@ -53,7 +53,7 @@ export default
|
||||
noLink: true,
|
||||
searchable: false,
|
||||
filter: "longDate",
|
||||
columnClass: "col-lg-3 col-md-3 hidden-xs"
|
||||
columnClass: "col-lg-3 col-md-3 hidden-sm"
|
||||
},
|
||||
name: {
|
||||
label: 'Name',
|
||||
|
||||
Reference in New Issue
Block a user