From 2f43d42d787aa538adf8979a1b09732f15c36241 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Sat, 3 Oct 2015 15:09:05 +0100 Subject: Change name from deploy to image --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/main.js b/js/main.js index 53c564f..24b2d47 100644 --- a/js/main.js +++ b/js/main.js @@ -111,7 +111,7 @@ app.controller('VisualisationController', function($scope, $http, $q, $interval) style: progressStyle }); } - else if(key.indexOf("Deploy") > -1) { + else if(key.indexOf("Image") > -1) { $scope.deploys.push({ name: key, lastBuild: details, -- cgit v1.2.1