From f3899144173b26a943b0bbf1e6ea0926641c7433 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Sun, 27 Sep 2015 09:13:00 +0100 Subject: Show step names --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/main.js') diff --git a/js/main.js b/js/main.js index 6e67179..7f3fd24 100644 --- a/js/main.js +++ b/js/main.js @@ -34,7 +34,7 @@ app.controller('VisualisationController', function($scope, $http, $q, $interval) var details = { success: checkInArray(response.data.text, 'successful'), failed: checkInArray(response.data.text, 'failed'), - logs: response.data.logs + steps: response.data.steps }; $scope.steps.push({ name: key, -- cgit v1.2.1