mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Merge branch 'tweak/pretzel-backup-list' into 'dev'
Only list zip files in backups list See merge request crafty-controller/crafty-4!426
This commit is contained in:
commit
d295c21104
@ -8,6 +8,7 @@ TBD
|
||||
- Fix Fresh Install Detection Logic issues ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/425))
|
||||
### Tweaks
|
||||
- Session Handling | Logout on browser close ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/424))
|
||||
- Backups Panel | Only display zips ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/426))
|
||||
### Lang
|
||||
TBD
|
||||
<br><br>
|
||||
|
@ -1023,6 +1023,7 @@ class ServerInstance:
|
||||
"size": f["size"],
|
||||
}
|
||||
for f in files
|
||||
if f["path"].endswith(".zip")
|
||||
]
|
||||
|
||||
def jar_update(self):
|
||||
|
Loading…
Reference in New Issue
Block a user