good job tests

This commit is contained in:
Scott Bell 2024-12-18 15:54:51 +01:00
parent 68fc3172a0
commit 531ef3ef1b

View File

@ -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');