Make uninstall a separate view

This commit is contained in:
Johannes Zellner
2019-09-17 15:40:04 +02:00
parent 2269f15b66
commit e1e0f2944b
2 changed files with 20 additions and 9 deletions

View File

@@ -505,6 +505,9 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
error: {},
show: function () {
},
ask: function () {
$('#uninstallModal').modal('show');
},