Changes to LogViewer widget to remove back-end, command line and environment related stuff.

This commit is contained in:
Chris Houseknecht
2014-03-28 17:58:00 -04:00
parent 558f7ef2eb
commit 9a3ee04783
7 changed files with 44 additions and 49 deletions

View File

@@ -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({