mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 11:35:59 +00:00
temporarily hardcode user indicator priority
This commit is contained in:
parent
587bac67a9
commit
37cdf3c6db
@ -39,7 +39,7 @@ export default function UserIndicatorPlugin() {
|
||||
openmct.indicators.add({
|
||||
key: 'user-indicator',
|
||||
element: userIndicator.$mount().$el,
|
||||
priority: openmct.priority.HIGH
|
||||
priority: -2
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user