mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +02:00
Allow tagging of repo and version and deletion of multiple tags.
This commit is contained in:
parent
640c0b39c1
commit
1dd1ce2f47
3 changed files with 51 additions and 27 deletions
|
@ -91,7 +91,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'}},
|
||||
tag: {method: 'POST', params: {id: '@id', action: 'tag', force: 0, repo: '@repo', tag: '@tag'}},
|
||||
remove: {method: 'DELETE', params: {id: '@id'}, isArray: true}
|
||||
});
|
||||
}])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue