From c37104f687edf972af94eb14e7602e2e67c45363 Mon Sep 17 00:00:00 2001 From: Hassan Hashmi <75794688+habbi-hb@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:55:36 +0500 Subject: [PATCH] backuplistanddelete --- .../templates/baseTemplate/index.html | 3 + plogical/applicationInstaller.py | 56 +++--- .../websiteFunctions/websiteFunctions.js | 1 + .../websiteFunctions/RestoreBackups.html | 179 ++++++++++++++++++ websiteFunctions/urls.py | 1 + websiteFunctions/views.py | 9 + websiteFunctions/website.py | 41 +++- 7 files changed, 259 insertions(+), 31 deletions(-) create mode 100644 websiteFunctions/templates/websiteFunctions/RestoreBackups.html diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index 7e60963b5..3516383a2 100755 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -415,6 +415,9 @@
+ {% trans "On this page you can Restore, list, modify and delete Backups Wordpress Sites from your server." %}
+| ID + | +Website + | +Action + | + + +
|---|---|---|
|
+
+ {{ sub.id }} + + |
+ + {{ sub.title }} + | + +
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+