From 2440d471ca1a688fcd3047c1adfd3208045eeaea Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Tue, 22 Sep 2020 12:18:23 +0500 Subject: [PATCH] update build number --- CLScript/CLMain.py | 2 +- backup/templates/backup/backupSchedule.html | 22 +++++++++++++++++++++ baseTemplate/views.py | 2 +- install/install.py | 2 +- loginSystem/views.py | 2 +- plogical/backupUtilities.py | 2 +- plogical/upgrade.py | 2 +- 7 files changed, 28 insertions(+), 6 deletions(-) diff --git a/CLScript/CLMain.py b/CLScript/CLMain.py index c6f730ba4..3f0ee7d5f 100644 --- a/CLScript/CLMain.py +++ b/CLScript/CLMain.py @@ -5,7 +5,7 @@ class CLMain(): self.path = '/usr/local/CyberCP/version.txt' #versionInfo = json.loads(open(self.path, 'r').read()) self.version = '2.0' - self.build = '3' + self.build = '4' ipFile = "/etc/cyberpanel/machineIP" f = open(ipFile) diff --git a/backup/templates/backup/backupSchedule.html b/backup/templates/backup/backupSchedule.html index ad0246e73..909ae210a 100755 --- a/backup/templates/backup/backupSchedule.html +++ b/backup/templates/backup/backupSchedule.html @@ -125,6 +125,28 @@ class="btn btn-primary">{% trans "Add Site" %} +
+
+ + + + + + + + + + + + + +
SitesAction
+ +
+
+
+
diff --git a/baseTemplate/views.py b/baseTemplate/views.py index d1cb341be..e4bc792ee 100755 --- a/baseTemplate/views.py +++ b/baseTemplate/views.py @@ -19,7 +19,7 @@ from plogical.processUtilities import ProcessUtilities # Create your views here. VERSION = '2.0' -BUILD = 3 +BUILD = 4 @ensure_csrf_cookie def renderBase(request): diff --git a/install/install.py b/install/install.py index 33d10de3d..dbcaf2fca 100755 --- a/install/install.py +++ b/install/install.py @@ -15,7 +15,7 @@ from stat import * import stat VERSION = '2.0' -BUILD = 3 +BUILD = 4 char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', 'nums': '0123456789', diff --git a/loginSystem/views.py b/loginSystem/views.py index da4af680e..5a3f05aee 100644 --- a/loginSystem/views.py +++ b/loginSystem/views.py @@ -19,7 +19,7 @@ from django.utils import translation # Create your views here. VERSION = '2.0' -BUILD = 3 +BUILD = 4 def verifyLogin(request): try: diff --git a/plogical/backupUtilities.py b/plogical/backupUtilities.py index c4b79db1f..6d9a08bdc 100755 --- a/plogical/backupUtilities.py +++ b/plogical/backupUtilities.py @@ -47,7 +47,7 @@ except: pass VERSION = '2.0' -BUILD = 3 +BUILD = 4 ## I am not the monster that you think I am.. diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 5bea017d4..37233f29d 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -14,7 +14,7 @@ import random import string VERSION = '2.0' -BUILD = 3 +BUILD = 4 CENTOS7 = 0 CENTOS8 = 1