1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-27 09:19:39 +02:00

Updated dashboard and modal form markup for bootstrap 3.

This commit is contained in:
Kevan Ahlquist 2014-11-02 23:37:34 -06:00
parent 5d110afb86
commit 2b2d4152a5
8 changed files with 111 additions and 106 deletions

View file

@ -418,10 +418,6 @@ function ImageController($scope, $q, $routeParams, $location, Image, Container,
});
};
$scope.create = function() {
$('#create-modal').modal('show');
};
Image.get({id: $routeParams.id}, function(d) {
$scope.image = d;
$scope.tag = d.id;