mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
Add builder partial
This commit is contained in:
parent
c4b0a2257f
commit
fc01c93c27
5 changed files with 33 additions and 2 deletions
|
@ -278,6 +278,10 @@ function StartContainerController($scope, $routeParams, $location, Container) {
|
|||
};
|
||||
}
|
||||
|
||||
function BuilderController($scope, Image) {
|
||||
$('#response').hide();
|
||||
}
|
||||
|
||||
function setSuccessfulResponse($scope, msg, msgId) {
|
||||
$scope.alertClass = 'success';
|
||||
$scope.response = msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue