refactor(ui): fix lint issue

pull/119/head
Anthony Lapenna 2016-07-14 11:31:58 +12:00
parent 17ae122595
commit bee89720d5
1 changed files with 1 additions and 1 deletions

View File

@ -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]);