You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(FR-1679): add auto refresh to container logs (#4640)
resolves FR-1679
# Add auto-refresh feature to container logs with configurable interval
This PR enhances the container log modal with an auto-refresh feature that allows users to automatically refresh logs at configurable intervals. Users can toggle auto-refresh on/off and set their preferred refresh interval using a time picker.
The implementation includes:
- Enhanced `AutoRefreshSwitch` component to accept additional props and use a configurable interval
- Added auto-refresh controls to the container log modal with a time picker for interval selection
- Stored user preferences for auto-refresh settings in user settings
- Added internationalization support for "Auto refresh" text in all language files
<img width="312" height="53" alt="image" src="https://github.com/user-attachments/assets/eb5cd40f-d030-44dc-990f-84bc55003443" />
**Checklist:**
- [x] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
0 commit comments