mirror of
https://github.com/nasa/openmct.git
synced 2025-03-12 23:44:08 +00:00
Merge branch '7936-add-discrete-event-visualization' into issue/7957-adjustable-swimlane-size
This commit is contained in:
commit
3ff4c737db
@ -46,7 +46,7 @@ export default function EventTimestripViewProvider(openmct, extendedLinesBus) {
|
||||
cssClass: 'icon-event',
|
||||
priority: function () {
|
||||
// We want this to be higher priority than the TelemetryTableView
|
||||
return openmct.priority.HIGH;
|
||||
return openmct.priority.HIGH + 1;
|
||||
},
|
||||
canView: function (domainObject, objectPath) {
|
||||
const isChildOfTimeStrip = objectPath.some((object) => object.type === 'time-strip');
|
||||
|
Loading…
x
Reference in New Issue
Block a user