diff --git a/awx/ui/static/js/app.js b/awx/ui/static/js/app.js index 249354fc3f..475bdf3909 100644 --- a/awx/ui/static/js/app.js +++ b/awx/ui/static/js/app.js @@ -588,6 +588,7 @@ angular.module('Tower', [ }; $rootScope.leavePortal = function() { + $rootScope.portalMode=false; $location.path('/home/'); }; diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index d024df72ba..e471669b31 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -262,9 +262,9 @@
  • About Tower
  • Account Settings
  • Contact Support
  • -
  • Inventory Scripts
  • -
  • Management Jobs
  • -
  • Monitor Tower
  • +
  • Inventory Scripts
  • +
  • Management Jobs
  • +
  • Monitor Tower
  • Portal Mode
  • View License
  • Exit Portal