Add 'View type' label to Display Layout toolbar (#5909)

Addresses #5480

Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
This commit is contained in:
tobiasbrown 2022-11-11 06:38:05 +11:00 committed by GitHub
parent bed3d83fd7
commit 8af3b4309f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -583,6 +583,7 @@ define(['lodash'], function (_) {
domainObject: selectedParent,
icon: "icon-object",
title: "Merge into a telemetry table or plot",
label: "View type",
options: APPLICABLE_VIEWS['telemetry-view-multi'],
method: function (option) {
displayLayoutContext.mergeMultipleTelemetryViews(selection, option.value);