mirror of
https://github.com/nasa/openmct.git
synced 2025-03-13 07:54:13 +00:00
Increase priority of event timeline view provider
This commit is contained in:
parent
157bde841e
commit
8be969fb7a
@ -46,7 +46,7 @@ export default function EventTimestripViewProvider(openmct, extendedLinesBus) {
|
|||||||
cssClass: 'icon-event',
|
cssClass: 'icon-event',
|
||||||
priority: function () {
|
priority: function () {
|
||||||
// We want this to be higher priority than the TelemetryTableView
|
// We want this to be higher priority than the TelemetryTableView
|
||||||
return openmct.priority.HIGH;
|
return openmct.priority.HIGH * 6;
|
||||||
},
|
},
|
||||||
canView: function (domainObject, objectPath) {
|
canView: function (domainObject, objectPath) {
|
||||||
const isChildOfTimeStrip = objectPath.some((object) => object.type === 'time-strip');
|
const isChildOfTimeStrip = objectPath.some((object) => object.type === 'time-strip');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user