From 8361ed92d5b6edc96bce7eb6a05455ea67666313 Mon Sep 17 00:00:00 2001 From: ShaliniMNarang <31361406+ShaliniMNarang@users.noreply.github.com> Date: Thu, 7 Dec 2017 11:41:31 -0800 Subject: [PATCH] Added comments for snarang --- src/main/webapp/resources/scripts/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/resources/scripts/app.js b/src/main/webapp/resources/scripts/app.js index ebbc885..fe729b8 100644 --- a/src/main/webapp/resources/scripts/app.js +++ b/src/main/webapp/resources/scripts/app.js @@ -256,7 +256,7 @@ app.controller("createProjectsCtrl", [ init(); } ]); - +//Added by Shalini Narang to fetch open stack metrics and display in UI app.controller("openStackMetricsCtrl", [ '$scope', '$http', '$location', '$routeParams', '$q', '$cookieStore', function($scope, $http, $location, $routeParams, $q, $cookieStore) {