diff --git a/plinth/modules/backups/repository.py b/plinth/modules/backups/repository.py index cb362babe..b240d0432 100644 --- a/plinth/modules/backups/repository.py +++ b/plinth/modules/backups/repository.py @@ -154,6 +154,7 @@ class BaseBorgRepository(abc.ABC): 'uuid': self.uuid, 'name': self.name, 'storage_type': self.storage_type, + 'is_encrypted': bool(self._get_encryption_data(self.credentials)), 'flags': self.flags, 'error': None, } diff --git a/plinth/modules/backups/templates/backups.html b/plinth/modules/backups/templates/backups.html index 8938cb5ba..69890756a 100644 --- a/plinth/modules/backups/templates/backups.html +++ b/plinth/modules/backups/templates/backups.html @@ -22,20 +22,18 @@ {% block page_head %}