diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index dd42857423..020fcf5624 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -110,6 +110,7 @@ var tower = angular.module('Tower', [ JobTemplates.name, portalMode.name, search.name, + AdminsList.name, 'ngToast', 'templates', 'Utilities', diff --git a/awx/ui/client/src/license/license.block.less b/awx/ui/client/src/license/license.block.less index 6493169a06..ff36d71fb7 100644 --- a/awx/ui/client/src/license/license.block.less +++ b/awx/ui/client/src/license/license.block.less @@ -61,6 +61,7 @@ } .License-field--content{ .OnePlusTwo-left--detailsContent; + text-transform: capitalize; } .License-field{ .OnePlusTwo-left--detailsRow; @@ -70,9 +71,11 @@ } .License-greenText{ color: @submit-button-bg; + padding-right: 10px; } .License-redText{ color: @default-err; + padding-right: 10px; } .License-fields{ .OnePlusTwo-left--details; diff --git a/awx/ui/client/src/license/license.partial.html b/awx/ui/client/src/license/license.partial.html index 0c109e361a..cf840ae6a5 100644 --- a/awx/ui/client/src/license/license.partial.html +++ b/awx/ui/client/src/license/license.partial.html @@ -7,32 +7,32 @@