deleting app does not remove backups

This commit is contained in:
Girish Ramakrishnan
2019-06-08 11:08:16 -07:00
parent 3ab9d77930
commit 2a07c063ab

View File

@@ -457,7 +457,7 @@
<h4 class="modal-title">Really uninstall {{ appUninstall.app.fqdn }} ?</h4>
</div>
<div class="modal-body">
<p>Deleting the app will also remove all it's data!</p>
<p>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.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>