diff --git a/awx/ui/static/js/controllers/Home.js b/awx/ui/static/js/controllers/Home.js index 932ce78f02..fb9e74676c 100644 --- a/awx/ui/static/js/controllers/Home.js +++ b/awx/ui/static/js/controllers/Home.js @@ -25,12 +25,12 @@ function Home($scope, $compile, $routeParams, $rootScope, $location, Wait, Dashb awToolTip: "Refresh the page", ngClick: "refresh()", ngShow:"socketStatus == 'error'" + }, + stream: { + ngClick: "showActivity()", + awToolTip: "View Activity Stream", + mode: 'all' } - // stream: { - // ngClick: "showActivity()", - // awToolTip: "View Activity Stream", - // mode: 'all' - // } }; html = Button({ @@ -39,11 +39,11 @@ function Home($scope, $compile, $routeParams, $rootScope, $location, Wait, Dashb toolbar: true }); - // html += Button({ - // btn: buttons.stream, - // action: 'stream', - // toolbar: true - // }); + html += Button({ + btn: buttons.stream, + action: 'stream', + toolbar: true + }); e = angular.element(document.getElementById('home-list-actions')); e.html(html); diff --git a/awx/ui/static/less/main-layout.less b/awx/ui/static/less/main-layout.less index 5b848d6f1b..5e92c68dd3 100644 --- a/awx/ui/static/less/main-layout.less +++ b/awx/ui/static/less/main-layout.less @@ -62,7 +62,6 @@ body { #account-submenu { margin-right: 5px; - height: 140px; /* shouldn't need this, but for some reason we do */ } @media (max-width: 1075px) { diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 56dd28e008..70922a6a98 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -183,6 +183,7 @@ Account Settings View License Contact Support + Monitor Tower Logout @@ -217,6 +218,7 @@