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:
parent
5d110afb86
commit
2b2d4152a5
8 changed files with 111 additions and 106 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue