fix: 设备管理页填充 SelectedDevices 供模板使用
This commit is contained in:
parent
2e5220d826
commit
17a0c35a1d
@ -5099,6 +5099,7 @@ func (u *UI) deviceOverviewPageData(r *http.Request, selectedIDs []string, errMs
|
||||
FailedTaskCount: failedTasks,
|
||||
FoundCount: attention,
|
||||
SelectedDeviceIDs: selectedIDs,
|
||||
SelectedDevices: selectedDevicesFromIDs(devices, selectedIDs),
|
||||
SelectedQuery: selectedQueryString(selectedIDs),
|
||||
SelectedDevicesURL: selectedURL("/devices", selectedIDs),
|
||||
BatchConfigURL: selectedURL("/devices/batch-config", selectedIDs),
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user