-
-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What is your current rclone version?
v1.70.3
What problem are you trying to solve?
The current "Running Jobs" section in the web GUI dashboard (http://127.0.0.1:5572/#/dashboard) provides limited information about running jobs. Users cannot easily identify specific jobs or understand what data is being transferred without checking logs or queries.
This makes it difficult to:
- Monitor multiple concurrent operations
- Quickly identify which specific job is running
- Understand the scope and context of each transfer
- Troubleshoot issues with specific source/destination pairs
How do you think rclone should be changed to solve that?
Enhance the "Running Jobs" cards to display additional key information:
Proposed enhancement: Please add the following details on each job card:
- Job ID - Unique identifier for tracking and reference
- Source path - Origin folder/location being transferred from
- Destination path - Target folder/location being transferred to
- Operation type (copy, sync, move, etc.) - if not already shown
Benefits:
- Improved job identification and monitoring
- Better visibility into transfer operations
- Enhanced troubleshooting capabilities
- More informative at-a-glance status overview
This enhancement would significantly improve the user experience when managing multiple concurrent operations through the web interface.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request