diff --git a/awx/ui/static/js/main-menu/menu-default.partial.html b/awx/ui/static/js/main-menu/menu-default.partial.html index ee17312283..c38e36e1f0 100644 --- a/awx/ui/static/js/main-menu/menu-default.partial.html +++ b/awx/ui/static/js/main-menu/menu-default.partial.html @@ -10,7 +10,8 @@ Jobs - + + diff --git a/awx/ui/static/js/main-menu/menu-item.block.less b/awx/ui/static/js/main-menu/menu-item.block.less index 8740f6e84f..587ad03899 100644 --- a/awx/ui/static/js/main-menu/menu-item.block.less +++ b/awx/ui/static/js/main-menu/menu-item.block.less @@ -118,13 +118,20 @@ } } - &-username { + &--socketStatus { + @media screen and (max-width: @menu-breakpoint) { + display: none; + } + } + + &--username { padding-right: 0.25rem; @media screen and (max-width: @menu-breakpoint) { order: 1; // moves this to the bottom } @media screen and (min-width: (@menu-breakpoint + 1px)) { max-width: 110px; + margin-left: -3px; } } diff --git a/awx/ui/static/js/main-menu/web-socket-status.partial.html b/awx/ui/static/js/main-menu/web-socket-status.partial.html index 3d3ee3f15d..b1397153f1 100644 --- a/awx/ui/static/js/main-menu/web-socket-status.partial.html +++ b/awx/ui/static/js/main-menu/web-socket-status.partial.html @@ -1,13 +1,11 @@ - diff --git a/awx/ui/static/js/shared/Socket.js b/awx/ui/static/js/shared/Socket.js index 079eb488bc..b8be09d2dc 100644 --- a/awx/ui/static/js/shared/Socket.js +++ b/awx/ui/static/js/shared/Socket.js @@ -51,10 +51,10 @@ angular.module('SocketIO', ['AuthService', 'Utilities']) var result = ''; switch(status) { case 'error': - result = "Live events: error connecting to the Tower server. Click for troubleshooting help."; + result = "Live events: error connecting to the Tower server."; break; case 'connecting': - result = "Live events: attempting to connect to the Tower server. Click for troubleshooting help."; + result = "Live events: attempting to connect to the Tower server."; break; case "ok": result = "Live events: connected. Pages containing job status information will automatically update in real-time."; diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 3fdd01e82b..2eb3d6223b 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -36,12 +36,6 @@
-
-
-
- -
-