1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00
This commit is contained in:
Roman Usachev 2016-02-24 10:07:59 +03:00
parent f1b5037ee5
commit da1a5ead39
2 changed files with 3 additions and 4 deletions

View file

@ -31,7 +31,8 @@ angular.module('dockerui.services', ['ngResource'])
url: Settings.url + '/commit',
params: {
'container': params.id,
'tag': params.tag
'tag': params.tag || null,
'repo': params.repo || null
},
data: params.config
}).success(callback).error(function (data, status, headers, config) {