mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 22:09:41 +02:00
Remove unused Dockerfile service, rename services to match API endpoint names: Docker => Version, System => Info.
This commit is contained in:
parent
5f4641af67
commit
8a900254ae
6 changed files with 14 additions and 35 deletions
|
@ -1,6 +1,6 @@
|
|||
angular.module('pullImage', [])
|
||||
.controller('PullImageController', ['$scope', '$log', 'Dockerfile', 'Messages', 'Image', 'ViewSpinner',
|
||||
function ($scope, $log, Dockerfile, Messages, Image, ViewSpinner) {
|
||||
.controller('PullImageController', ['$scope', '$log', 'Messages', 'Image', 'ViewSpinner',
|
||||
function ($scope, $log, Messages, Image, ViewSpinner) {
|
||||
$scope.template = 'app/components/pullImage/pullImage.html';
|
||||
|
||||
$scope.init = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue