fix(web): merge one-field telemetry category into security
This commit is contained in:
parent
9216198601
commit
e56182c4f7
|
|
@ -967,6 +967,9 @@ _CATEGORY_MERGE: Dict[str, str] = {
|
|||
# field — fold it into the agent tab rather than spawning a one-field
|
||||
# orphan category.
|
||||
"computer_use": "agent",
|
||||
# `telemetry.shared_metrics.enabled` is the only schema-surfaced telemetry
|
||||
# field — fold it into security alongside the other privacy-posture toggles.
|
||||
"telemetry": "security",
|
||||
}
|
||||
|
||||
# Display order for tabs — unlisted categories sort alphabetically after these.
|
||||
|
|
|
|||
Loading…
Reference in New Issue