diff --git a/awx/ui/client/assets/cowsay-about.html b/awx/ui/client/assets/cowsay-about.html index ad38bb572d..b1cbcf9d24 100644 --- a/awx/ui/client/assets/cowsay-about.html +++ b/awx/ui/client/assets/cowsay-about.html @@ -1,7 +1,7 @@
-
+
  ________________
@@ -19,10 +19,11 @@
         

Copyright 2015. All rights reserved.

-

Ansible and Ansible Tower are registered trademarks of Ansible, Inc.

+

Ansible and Ansible Tower are registered trademarks of Red Hat, Inc.

+
+

Visit Ansible.com for more information.

-

diff --git a/awx/ui/client/src/about/about.block.less b/awx/ui/client/src/about/about.block.less new file mode 100644 index 0000000000..4e46b24b50 --- /dev/null +++ b/awx/ui/client/src/about/about.block.less @@ -0,0 +1,14 @@ +/** @define About */ +.About { + height: 309px !important; +} + +.About-cowsay { + margin-top: 30px; +} + +.About-redhat { + max-width: 100%; + margin-top: -61px; + margin-bottom: -33px; +} diff --git a/awx/ui/client/src/helpers/AboutAnsible.js b/awx/ui/client/src/helpers/AboutAnsible.js index 68fda8fc92..69fef1236c 100644 --- a/awx/ui/client/src/helpers/AboutAnsible.js +++ b/awx/ui/client/src/helpers/AboutAnsible.js @@ -75,7 +75,7 @@ export default scope: scope, // buttons: [], width: 710, - height: 400, + height: 450, minWidth: 300, resizable: false, callback: 'DialogReady', diff --git a/awx/ui/client/src/partials/about.html b/awx/ui/client/src/partials/about.html deleted file mode 100644 index fb1b4d1793..0000000000 --- a/awx/ui/client/src/partials/about.html +++ /dev/null @@ -1,14 +0,0 @@ -
-
- - -
-
-
-

Tower Version

- -
-

Visit Ansible.com for more information!

-
-
- diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 82ec76318a..27af8d6a1f 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -159,7 +159,7 @@ - +