mirror of
https://github.com/nasa/openmct.git
synced 2025-04-25 13:29:51 +00:00
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:
parent
bed3d83fd7
commit
8af3b4309f
@ -583,6 +583,7 @@ define(['lodash'], function (_) {
|
|||||||
domainObject: selectedParent,
|
domainObject: selectedParent,
|
||||||
icon: "icon-object",
|
icon: "icon-object",
|
||||||
title: "Merge into a telemetry table or plot",
|
title: "Merge into a telemetry table or plot",
|
||||||
|
label: "View type",
|
||||||
options: APPLICABLE_VIEWS['telemetry-view-multi'],
|
options: APPLICABLE_VIEWS['telemetry-view-multi'],
|
||||||
method: function (option) {
|
method: function (option) {
|
||||||
displayLayoutContext.mergeMultipleTelemetryViews(selection, option.value);
|
displayLayoutContext.mergeMultipleTelemetryViews(selection, option.value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user