diff --git a/js/services.js b/js/services.js index f42e2a332..72aa79f4e 100644 --- a/js/services.js +++ b/js/services.js @@ -27,7 +27,7 @@ angular.module('dockerui.services', ['ngResource']) create :{method: 'POST', params: {action:'create'}}, insert :{method: 'POST', params: {id: '@id', action:'insert'}}, push :{method: 'POST', params: {id: '@id', action:'push'}}, - tag :{method: 'POST', params: {id: '@id', action:'tag'}}, + tag :{method: 'POST', params: {id: '@id', action:'tag', force: 0, repo: '@repo'}}, delete :{id: '@id', method: 'DELETE'} }); }) diff --git a/partials/image.html b/partials/image.html index 595efde42..1b1924d77 100644 --- a/partials/image.html +++ b/partials/image.html @@ -64,15 +64,15 @@