mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +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
|
@ -47,10 +47,6 @@ function getChart(id) {
|
|||
return new Chart(ctx);
|
||||
}
|
||||
|
||||
function BuilderController($scope, Dockerfile, Messages) {
|
||||
$scope.template = 'partials/builder.html';
|
||||
}
|
||||
|
||||
function failedRequestHandler(e, Messages) {
|
||||
Messages.send({class: 'text-error', data: e.data});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue