mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 08:39:59 +00:00
This commit is contained in:
committed by
Pegah Sarram
parent
93abb09419
commit
a4c2e944b3
@ -46,7 +46,7 @@ define([
|
||||
|
||||
return selection.every(isTelemetryObject);
|
||||
},
|
||||
view: function (domainObject, isEditing, objectPath) {
|
||||
view: function (domainObject, objectPath) {
|
||||
let component;
|
||||
return {
|
||||
show: function (element) {
|
||||
|
@ -37,7 +37,7 @@ export default function DisplayLayoutPlugin(options) {
|
||||
canEdit: function (domainObject) {
|
||||
return domainObject.type === 'layout';
|
||||
},
|
||||
view: function (domainObject, isEditing, objectPath) {
|
||||
view: function (domainObject, objectPath) {
|
||||
let component;
|
||||
return {
|
||||
show(container) {
|
||||
|
Reference in New Issue
Block a user