mirror of
https://github.com/nasa/openmct.git
synced 2025-05-12 05:23:13 +00:00
reduce size
This commit is contained in:
parent
1516524f0b
commit
96b1ef0db5
@ -210,8 +210,10 @@ const props = defineProps({
|
|||||||
|
|
||||||
onBeforeMount(async () => {
|
onBeforeMount(async () => {
|
||||||
const telemetryOptions = {
|
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 = openmct.telemetry.requestCollection(domainObject, telemetryOptions);
|
||||||
outputTelemetryCollection.on('add', telemetryProcessor);
|
outputTelemetryCollection.on('add', telemetryProcessor);
|
||||||
outputTelemetryCollection.on('clear', clearData);
|
outputTelemetryCollection.on('clear', clearData);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user