mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
Changes to LogViewer widget to remove back-end, command line and environment related stuff.
This commit is contained in:
@@ -208,7 +208,8 @@ function ProjectsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
|
||||
Wait('start');
|
||||
LogViewer({
|
||||
scope: $scope,
|
||||
url: project.related.last_update
|
||||
url: project.related.last_update,
|
||||
status_icon: 'icon-job-' + project.statusIcon
|
||||
});
|
||||
/*
|
||||
ProjectStatus({
|
||||
|
||||
Reference in New Issue
Block a user