From fc745e197914a1c8645402e3e4fec8ede479d9e5 Mon Sep 17 00:00:00 2001 From: Cristian Vargas Date: Wed, 20 Jun 2018 22:42:18 -0500 Subject: [PATCH 1/2] Make LAST UPDATED field in projects table sortable Signed-off-by: Cristian Vargas --- awx/ui/client/src/projects/projects.list.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/src/projects/projects.list.js b/awx/ui/client/src/projects/projects.list.js index 06fcd7d1d4..53d4aefce3 100644 --- a/awx/ui/client/src/projects/projects.list.js +++ b/awx/ui/client/src/projects/projects.list.js @@ -57,7 +57,6 @@ export default ['i18n', function(i18n) { filter: "longDate", columnClass: "col-lg-3 hidden-md hidden-sm hidden-xs", excludeModal: true, - nosort: true } }, From 5a8f4060b7a5e3f1a2db311268341dda13904944 Mon Sep 17 00:00:00 2001 From: Cristian Vargas Date: Thu, 21 Jun 2018 11:53:33 -0500 Subject: [PATCH 2/2] Remove trailing comma Signed-off-by: Cristian Vargas --- awx/ui/client/src/projects/projects.list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/projects/projects.list.js b/awx/ui/client/src/projects/projects.list.js index 53d4aefce3..86547c8b66 100644 --- a/awx/ui/client/src/projects/projects.list.js +++ b/awx/ui/client/src/projects/projects.list.js @@ -56,7 +56,7 @@ export default ['i18n', function(i18n) { label: i18n._('Last Updated'), filter: "longDate", columnClass: "col-lg-3 hidden-md hidden-sm hidden-xs", - excludeModal: true, + excludeModal: true } },