mirror of
https://github.com/nasa/openmct.git
synced 2025-05-11 04:52:57 +00:00
reduce size
This commit is contained in:
parent
1516524f0b
commit
96b1ef0db5
@ -210,8 +210,10 @@ const props = defineProps({
|
||||
|
||||
onBeforeMount(async () => {
|
||||
const telemetryOptions = {
|
||||
strategy: 'minmax'
|
||||
strategy: 'minmax',
|
||||
size: 20,
|
||||
};
|
||||
// TODO: we should dynamically set size to the largest comp input window
|
||||
outputTelemetryCollection = openmct.telemetry.requestCollection(domainObject, telemetryOptions);
|
||||
outputTelemetryCollection.on('add', telemetryProcessor);
|
||||
outputTelemetryCollection.on('clear', clearData);
|
||||
|
Loading…
x
Reference in New Issue
Block a user