Closes #19547: Add Sync button for DataSource ListView #1320

Closed
opened 2026-04-05 23:23:30 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @pheus on 9/5/2025

Fixes: #19547

Summary

Adds a Sync button to the Data Sources list view so a sync can be triggered directly from the table (no need to open the detail page).

Details

  • Introduces a per‑row Sync action in the list view.
  • Visibility/enabled state respects user permissions and current job status.
  • Reuses the existing sync mechanism/queue; no new API surface.

UX

  • Button sits alongside existing row actions.
  • Disabled while a sync is pending or running.

Notes

Open to feedback on approach.

*Originally created by @pheus on 9/5/2025* ### Fixes: #19547 ### Summary Adds a **Sync** button to the Data Sources list view so a sync can be triggered directly from the table (no need to open the detail page). ### Details - Introduces a per‑row **Sync** action in the list view. - Visibility/enabled state respects user permissions and current job status. - Reuses the existing sync mechanism/queue; no new API surface. ### UX - Button sits alongside existing row actions. - Disabled while a sync is pending or running. ### Notes Open to feedback on approach.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#1320