mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +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,
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user