From d1d620fd7c98293669b5cccd487b97e2c09b26b9 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 21 Jun 2016 14:13:40 -0700 Subject: [PATCH] Portal mode search bars 100% --- awx/ui/client/src/lists/PortalJobTemplates.js | 5 ++--- awx/ui/client/src/lists/PortalJobs.js | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/awx/ui/client/src/lists/PortalJobTemplates.js b/awx/ui/client/src/lists/PortalJobTemplates.js index 67cebe94a4..fab6588937 100644 --- a/awx/ui/client/src/lists/PortalJobTemplates.js +++ b/awx/ui/client/src/lists/PortalJobTemplates.js @@ -3,7 +3,7 @@ * * All Rights Reserved *************************************************/ - + export default angular.module('PortalJobTemplatesListDefinition', []) @@ -16,8 +16,7 @@ export default index: false, hover: true, well: true, - searchSize: 'col-lg-8 col-md-8 col-sm-12 col-xs-12', - emptyListText: 'There are no job templates to display at this time', + emptyListText: 'There are no job templates to display at this time', fields: { name: { key: true, diff --git a/awx/ui/client/src/lists/PortalJobs.js b/awx/ui/client/src/lists/PortalJobs.js index d7fe727f7c..49ca8a3ec2 100644 --- a/awx/ui/client/src/lists/PortalJobs.js +++ b/awx/ui/client/src/lists/PortalJobs.js @@ -16,7 +16,6 @@ export default hover: true, well: true, listTitle: 'Jobs', - searchSize: 'col-lg-8 col-md-8 col-sm-12 col-xs-12', emptyListText: 'There are no jobs to display at this time', fields: {