diff --git a/src/views/apps.js b/src/views/apps.js index aa5fb8f15..0017796f9 100644 --- a/src/views/apps.js +++ b/src/views/apps.js @@ -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;