mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
AC-997 enable activity stream for non-privileged users.
This commit is contained in:
@@ -16,9 +16,6 @@ function Home ($scope, $compile, $routeParams, $rootScope, $location, Wait, Obje
|
|||||||
ClearScope('home'); //Garbage collection. Don't leave behind any listeners/watchers from the prior
|
ClearScope('home'); //Garbage collection. Don't leave behind any listeners/watchers from the prior
|
||||||
//scope.
|
//scope.
|
||||||
|
|
||||||
//var element = angular.element(document.getElementById('htmlTemplate'));
|
|
||||||
//var scope = element.scope();
|
|
||||||
|
|
||||||
// Add buttons to the top of the Home page. We're using lib/ansible/generator_helpers.js-> Buttons()
|
// Add buttons to the top of the Home page. We're using lib/ansible/generator_helpers.js-> Buttons()
|
||||||
// to build buttons dynamically and insure all styling and icons match the rest of the application.
|
// to build buttons dynamically and insure all styling and icons match the rest of the application.
|
||||||
var buttons = {
|
var buttons = {
|
||||||
|
|||||||
Reference in New Issue
Block a user