We always allow app updates now

This commit is contained in:
Johannes Zellner
2018-06-12 17:46:07 +02:00
parent 908bb75fdc
commit f9750e237a

View File

@@ -476,11 +476,6 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
};
$scope.showUpdate = function (app, updateManifest) {
if (!updateManifest.dockerImage) {
$('#setupSubscriptionModal').modal('show');
return;
}
$scope.reset();
$scope.appUpdate.app = app;