mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
bump priority for our timeline view
This commit is contained in:
parent
3af9083f89
commit
36d31973fe
@ -41,8 +41,11 @@ export default function EventTimestripViewProvider(openmct, extendedLinesBus) {
|
||||
key: type,
|
||||
name: 'Event Timeline View',
|
||||
cssClass: 'icon-event',
|
||||
priority: function () {
|
||||
return 6000; // big number!
|
||||
},
|
||||
canView: function (domainObject, objectPath) {
|
||||
let isChildOfTimeStrip = objectPath.find((object) => object.type === 'time-strip');
|
||||
const isChildOfTimeStrip = objectPath.some((object) => object.type === 'time-strip');
|
||||
|
||||
return (
|
||||
hasEventTelemetry(domainObject) &&
|
||||
|
Loading…
Reference in New Issue
Block a user