-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor REST API and GUI for download details
- Remove 'total_upload', 'total_payload_upload', 'total_download', and 'total_payload_download' fields from the REST API response in `downloads_endpoint.py` - Remove corresponding labels and values from the GUI in `mainwindow.ui` and `downloadsdetailstabwidget.py` These changes simplify the code by removing unnecessary fields and labels related to upload and download totals.
- Loading branch information
Showing
3 changed files
with
0 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters