From 9f6230f7ccc2880ccbbecb5f035952705cd45c12 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 8 Dec 2014 13:34:50 -0500 Subject: [PATCH] Portal job templates default sort by Added 'noLink' option to the list view for the portal job templates, so that the list has a default sort-by option but does not contain links to other pages. --- awx/ui/static/js/lists/PortalJobTemplates.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/static/js/lists/PortalJobTemplates.js b/awx/ui/static/js/lists/PortalJobTemplates.js index 6331827402..7de5143e03 100644 --- a/awx/ui/static/js/lists/PortalJobTemplates.js +++ b/awx/ui/static/js/lists/PortalJobTemplates.js @@ -25,6 +25,7 @@ angular.module('PortalJobTemplatesListDefinition', []) fields: { name: { key: true, + noLink: true, label: 'Name', columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8' },