mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
feat(images): display unused images tags (#1009)
This commit is contained in:
parent
b23943e30b
commit
bc4b0a0b35
9 changed files with 41 additions and 9 deletions
|
@ -40,6 +40,10 @@ angular.module('portainer.services')
|
|||
|
||||
return deferred.promise;
|
||||
};
|
||||
|
||||
service.dataUsage = function () {
|
||||
return System.dataUsage().$promise;
|
||||
};
|
||||
|
||||
return service;
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue