From a44fe25d73abfdbd691f27e0e35008f4080f3685 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Sat, 26 Sep 2015 19:19:16 +0100 Subject: Initial log link --- js/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/main.js') diff --git a/js/main.js b/js/main.js index 162809e..6e67179 100644 --- a/js/main.js +++ b/js/main.js @@ -33,7 +33,8 @@ app.controller('VisualisationController', function($scope, $http, $q, $interval) $http.get(buildsPath).then(function(response) { var details = { success: checkInArray(response.data.text, 'successful'), - failed: checkInArray(response.data.text, 'failed') + failed: checkInArray(response.data.text, 'failed'), + logs: response.data.logs }; $scope.steps.push({ name: key, -- cgit v1.2.1