1
0
Fork 0
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:
Michael Crosby 2013-06-18 15:10:13 -09:00
parent c4b0a2257f
commit fc01c93c27
5 changed files with 33 additions and 2 deletions

View file

@ -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;