mirror of
https://github.com/nasa/openmct.git
synced 2025-02-05 18:49:18 +00:00
good job tests
This commit is contained in:
parent
68fc3172a0
commit
531ef3ef1b
@ -39,6 +39,9 @@ export default function ImageryTimestripViewProvider(openmct) {
|
||||
key: type,
|
||||
name: 'Imagery Timestrip View',
|
||||
cssClass: 'icon-image',
|
||||
priority: function () {
|
||||
return 7000; // big number!
|
||||
},
|
||||
canView: function (domainObject, objectPath) {
|
||||
let isChildOfTimeStrip = objectPath.find((object) => object.type === 'time-strip');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user