avoiding triple reload in last job list

This commit is contained in:
2026-08-03 21:34:06 +00:00
parent 9b080bc860
commit bfc6128353
10 changed files with 77 additions and 11 deletions
+9
View File
@@ -0,0 +1,9 @@
# Version 0.5.5.31
## Changes
- Renamed the aggregated software columns to **Unique assets** and **Inventory entries**.
- Added explanatory tooltips describing the difference between distinct assets and matching inventory records.
- Reworked server-side filters in the recent jobs table to update only the table body instead of reloading the complete page.
- Kept filter controls and the active-filter indicator visible during database queries.
- Preserved live job status updates and bulk restart controls after filtered rows are refreshed.