diff --git a/awx/ui/client/features/templates/index.controller.js b/awx/ui/client/features/templates/index.controller.js index 5f305345a9..c859255070 100644 --- a/awx/ui/client/features/templates/index.controller.js +++ b/awx/ui/client/features/templates/index.controller.js @@ -11,9 +11,9 @@ function IndexTemplatesController ($scope, strings, dataset) { } IndexTemplatesController.$inject = [ - '$scope', + '$scope', 'TemplatesStrings', - 'Dataset', + 'Dataset' ]; export default IndexTemplatesController; diff --git a/awx/ui/client/features/templates/index.view.html b/awx/ui/client/features/templates/index.view.html index 6323fd8129..5f6ae703f6 100644 --- a/awx/ui/client/features/templates/index.view.html +++ b/awx/ui/client/features/templates/index.view.html @@ -1,10 +1,20 @@
-