cmd/ursv: Report on copy range method

This commit is contained in:
Jakob Borg 2023-11-15 08:46:27 +01:00
parent 439c6c5b7c
commit d0a6dc5b13
1 changed files with 4 additions and 0 deletions

View File

@ -722,6 +722,10 @@ func getReport(db *sql.DB, geoIPPath string) map[string]interface{} {
add(featureGroups["Folder"]["v3"], "Pull Order", prettyCase(key), value)
}
for key, value := range rep.FolderUsesV3.CopyRangeMethod {
add(featureGroups["Folder"]["v3"], "Copy Range Method", prettyCase(key), value)
}
inc(features["Device"]["v3"], "Untrusted", rep.DeviceUsesV3.Untrusted)
totals["GUI"] += rep.GUIStats.Enabled