1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

refactor(ui): fix lint issue

This commit is contained in:
Anthony Lapenna 2016-07-14 11:29:41 +12:00
parent 8464faa2a1
commit 8243326692

View file

@ -70,7 +70,7 @@ function ($scope, $q, Config, Container, Image, Network, Volume, Info) {
Image.query({}).$promise, Image.query({}).$promise,
Volume.query({}).$promise, Volume.query({}).$promise,
Network.query({}).$promise, Network.query({}).$promise,
Info.get({}).$promise, Info.get({}).$promise
]).then(function (d) { ]).then(function (d) {
prepareContainerData(d[0]); prepareContainerData(d[0]);
prepareImageData(d[1]); prepareImageData(d[1]);