From 0acf8aecbc61a7fe346bb1925e8db2c293ce5f86 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 1 Jul 2015 12:00:24 -0400 Subject: [PATCH] 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) --- awx/ui/static/js/lists/PortalJobs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/lists/PortalJobs.js b/awx/ui/static/js/lists/PortalJobs.js index 457e240d84..07fa2af312 100644 --- a/awx/ui/static/js/lists/PortalJobs.js +++ b/awx/ui/static/js/lists/PortalJobs.js @@ -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',