mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +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,5 +1,5 @@
|
|||
angular.module('builder', [])
|
||||
.controller('BuilderController', ['$scope', 'Dockerfile', 'Messages',
|
||||
function ($scope, Dockerfile, Messages) {
|
||||
.controller('BuilderController', ['$scope',
|
||||
function ($scope) {
|
||||
$scope.template = 'app/components/builder/builder.html';
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue