diff --git a/src/views/app.html b/src/views/app.html index 04f69faf5..9ea618c11 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -31,20 +31,17 @@ } -
@@ -550,6 +547,17 @@
+
+
+
+

Deleting the app will also remove all it's data.

+

App backups are not removed and will be cleaned up based on the backup policy.

+ + +
+
+
+ diff --git a/src/views/app.js b/src/views/app.js index 46eab15bd..47dbf8ddd 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -505,6 +505,9 @@ angular.module('Application').controller('AppController', ['$scope', '$location' error: {}, show: function () { + }, + + ask: function () { $('#uninstallModal').modal('show'); },