From 329b791908092f42ee1be7780ee411a936ed14e2 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Fri, 26 Jul 2019 17:57:43 +0900 Subject: [PATCH] Add description to template and project list view - Fixed issue #4359 Signed-off-by: Hideki Saito --- awx/ui/client/features/projects/projects.strings.js | 1 + awx/ui/client/features/projects/projectsList.view.html | 4 ++++ awx/ui/client/features/templates/templates.strings.js | 1 + awx/ui/client/features/templates/templatesList.view.html | 4 ++++ 4 files changed, 10 insertions(+) diff --git a/awx/ui/client/features/projects/projects.strings.js b/awx/ui/client/features/projects/projects.strings.js index c09f3104d9..ef20b8b790 100644 --- a/awx/ui/client/features/projects/projects.strings.js +++ b/awx/ui/client/features/projects/projects.strings.js @@ -6,6 +6,7 @@ function ProjectsStrings (BaseString) { ns.list = { PANEL_TITLE: t.s('PROJECTS'), + ROW_ITEM_LABEL_DESCRIPTION: t.s('DESCRIPTION'), ROW_ITEM_LABEL_REVISION: t.s('REVISION'), ROW_ITEM_LABEL_ORGANIZATION: t.s('ORGANIZATION'), ROW_ITEM_LABEL_MODIFIED: t.s('LAST MODIFIED'), diff --git a/awx/ui/client/features/projects/projectsList.view.html b/awx/ui/client/features/projects/projectsList.view.html index ebd449a0ce..7072435d9c 100644 --- a/awx/ui/client/features/projects/projectsList.view.html +++ b/awx/ui/client/features/projects/projectsList.view.html @@ -80,6 +80,10 @@ + +
+ +