diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index 3a3cf86c60..cd7426c04c 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -120,6 +120,18 @@ "name": "Text", "required": true } + }, + { + "method": "showTitle", + "glyph": "+", + "control": "button", + "description": "Show telemetry element title." + }, + { + "method": "hideTitle", + "glyph": "X", + "control": "button", + "description": "Hide telemetry element title." } ] }, diff --git a/platform/features/layout/res/templates/elements/telemetry.html b/platform/features/layout/res/templates/elements/telemetry.html index 8f8f44461f..3a40d416f8 100644 --- a/platform/features/layout/res/templates/elements/telemetry.html +++ b/platform/features/layout/res/templates/elements/telemetry.html @@ -1,6 +1,7 @@