mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
Add batch ops to images
This commit is contained in:
parent
86d7c4db5d
commit
b069616da2
5 changed files with 41 additions and 5 deletions
|
@ -28,7 +28,7 @@ angular.module('dockerui.services', ['ngResource'])
|
|||
insert :{method: 'POST', params: {id: '@id', action:'insert'}},
|
||||
push :{method: 'POST', params: {id: '@id', action:'push'}},
|
||||
tag :{method: 'POST', params: {id: '@id', action:'tag', force: 0, repo: '@repo'}},
|
||||
delete :{id: '@id', method: 'DELETE'}
|
||||
remove :{method: 'DELETE', params: {id: '@id'}, isArray: true}
|
||||
});
|
||||
})
|
||||
.factory('Docker', function($resource, Settings) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue