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:
parent
8464faa2a1
commit
8243326692
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue