From a27bd045de97a0ec98651919d06bbc46ba143ce0 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Thu, 11 May 2017 10:07:44 -0400 Subject: [PATCH] WIP: First attempt with Badge Icons --- awx/ui/client/src/projects/projects.list.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/src/projects/projects.list.js b/awx/ui/client/src/projects/projects.list.js index c920afa801..3bff8e9825 100644 --- a/awx/ui/client/src/projects/projects.list.js +++ b/awx/ui/client/src/projects/projects.list.js @@ -50,7 +50,16 @@ export default ['i18n', function(i18n) { excludeModal: true, columnClass: 'col-lg-4 col-md-2 col-sm-3 hidden-xs', class: 'List-staticColumnAdjacent--monospace', - ngBind: 'project.scm_revision' + ngBind: 'project.scm_revision', + badgeCustom: true, + badgePlacement: 'right', + badgeIcon: `See More + See Less` }, last_updated: { label: i18n._('Last Updated'),