Do not show any port binding update ui
This commit is contained in:
@@ -366,10 +366,9 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
|
||||
}).error(defaultErrorHandler(callback));
|
||||
};
|
||||
|
||||
Client.prototype.updateApp = function (id, manifest, portBindings, callback) {
|
||||
Client.prototype.updateApp = function (id, manifest, callback) {
|
||||
var data = {
|
||||
appStoreId: manifest.id + '@' + manifest.version,
|
||||
portBindings: portBindings
|
||||
appStoreId: manifest.id + '@' + manifest.version
|
||||
};
|
||||
|
||||
post('/api/v1/apps/' + id + '/update', data).success(function (data, status) {
|
||||
|
||||
Reference in New Issue
Block a user