From 786b1efcf336f88c04706130795fb0fca9e746f3 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 29 Aug 2019 13:15:03 -0700 Subject: [PATCH] backups: Show repository error in archives table Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/backups/templates/backups_repository.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plinth/modules/backups/templates/backups_repository.inc b/plinth/modules/backups/templates/backups_repository.inc index 2ce6a73b4..e7dc80076 100644 --- a/plinth/modules/backups/templates/backups_repository.inc +++ b/plinth/modules/backups/templates/backups_repository.inc @@ -100,6 +100,14 @@ {% endfor %} + {% if repository.error %} + + +

{{ repository.error }}

+ + + {% endif %} + {% if not repository.error and not repository.archives %}