mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
Moved builder to its own submodule
This commit is contained in:
parent
306d2db03e
commit
e3eb37ba56
5 changed files with 7 additions and 5 deletions
5
app/components/builder/builderController.js
Normal file
5
app/components/builder/builderController.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
angular.module('builder', [])
|
||||
.controller('BuilderController', ['$scope', 'Dockerfile', 'Messages',
|
||||
function($scope, Dockerfile, Messages) {
|
||||
$scope.template = 'partials/builder.html';
|
||||
}]);
|
Loading…
Add table
Add a link
Reference in a new issue