If you request an upgrade, we will get back to you as soon as possible.
-
-
-
-
-
-
diff --git a/webadmin/src/js/main.js b/webadmin/src/js/main.js
index 08abcd8a3..0682e94f7 100644
--- a/webadmin/src/js/main.js
+++ b/webadmin/src/js/main.js
@@ -77,23 +77,6 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
window.location.href = '/error.html';
};
- $scope.requestUpgrade = function () {
- $scope.upgradeRequest.busy = true;
-
- var subject = 'User requested upgrade for ' + $scope.config.fqdn;
- var description = 'User ' + $scope.user.email + ' requested an upgrade for ' + $scope.config.fqdn + '. Get back to him!!';
-
- Client.feedback('upgrade_request', subject, description, function (error) {
- $scope.upgradeRequest.busy = false;
-
- if (error) return Client.notify('Error', error.message, false, 'error');
-
- Client.notify('Success', 'We will get back to you as soon as possible for the upgrade.', true, 'success');
-
- $('#upgradeModal').modal('hide');
- });
- };
-
$scope.showUpdateModal = function (form) {
$scope.update.error.password = null;
$scope.update.password = '';
diff --git a/webadmin/src/views/appstore.js b/webadmin/src/views/appstore.js
index 5aa17edec..8d888b5c4 100644
--- a/webadmin/src/views/appstore.js
+++ b/webadmin/src/views/appstore.js
@@ -316,11 +316,6 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
$('#appNotFoundModal').modal('show');
};
- $scope.showRequestUpgrade = function () {
- $('#appInstallModal').modal('hide');
- $('#upgradeModal').modal('show');
- };
-
$scope.gotoApp = function (app) {
$location.path('/appstore/' + app.manifest.id, false).search({ version : app.manifest.version });
};
diff --git a/webadmin/src/views/settings.html b/webadmin/src/views/settings.html
index 3b2a347d4..ff3e1d24d 100644
--- a/webadmin/src/views/settings.html
+++ b/webadmin/src/views/settings.html
@@ -75,6 +75,28 @@
+
+
+
+
+
+
+
Cloudron Change Plan
+
+
+ This will change your plan from {{ currentSize.name }} to {{ requestedSize.name }}.
+
+
+ Your apps and data will be migrated to the new Cloudron and will take around 15 minutes.
+