mirror of https://github.com/portainer/portainer
refactor(ui): fix lint issue
parent
17ae122595
commit
bee89720d5
|
@ -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]);
|
||||||
|
|
Loading…
Reference in New Issue