From 8243326692cd44af0b59c4eb608ce8e6f5b8aaf3 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 14 Jul 2016 11:29:41 +1200 Subject: [PATCH] refactor(ui): fix lint issue --- app/components/dashboard/dashboardController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/dashboard/dashboardController.js b/app/components/dashboard/dashboardController.js index 404f78955..2b3667304 100644 --- a/app/components/dashboard/dashboardController.js +++ b/app/components/dashboard/dashboardController.js @@ -70,7 +70,7 @@ function ($scope, $q, Config, Container, Image, Network, Volume, Info) { Image.query({}).$promise, Volume.query({}).$promise, Network.query({}).$promise, - Info.get({}).$promise, + Info.get({}).$promise ]).then(function (d) { prepareContainerData(d[0]); prepareImageData(d[1]);