mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-12-14 15:36:18 +00:00
Compare commits
2 Commits
docker-qui
...
v4.3.0.4-d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b355d72e0a | ||
|
|
ec9131ea10 |
@@ -16,7 +16,7 @@ from .DashboardAPIKey import DashboardAPIKey
|
|||||||
|
|
||||||
|
|
||||||
class DashboardConfig:
|
class DashboardConfig:
|
||||||
DashboardVersion = 'v4.3.0.2'
|
DashboardVersion = 'v4.3.0.4'
|
||||||
ConfigurationPath = os.getenv('CONFIGURATION_PATH', '.')
|
ConfigurationPath = os.getenv('CONFIGURATION_PATH', '.')
|
||||||
ConfigurationFilePath = os.path.join(ConfigurationPath, 'wg-dashboard.ini')
|
ConfigurationFilePath = os.path.join(ConfigurationPath, 'wg-dashboard.ini')
|
||||||
|
|
||||||
|
|||||||
@@ -90,6 +90,7 @@ class PeerJobLogger:
|
|||||||
db.and_(
|
db.and_(
|
||||||
(self.jobLogTable.c.LogID == LogID if LogID is not None else True),
|
(self.jobLogTable.c.LogID == LogID if LogID is not None else True),
|
||||||
(self.jobLogTable.c.JobID == JobID if JobID is not None else True),
|
(self.jobLogTable.c.JobID == JobID if JobID is not None else True),
|
||||||
|
db.or_(self.jobLogTable.c.Status == 0, self.jobLogTable.c.Status == 'false')
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "app",
|
"name": "app",
|
||||||
"version": "4.3.0.3",
|
"version": "4.3.0.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "es2022",
|
"module": "es2022",
|
||||||
|
|||||||
Reference in New Issue
Block a user