mirror of
https://github.com/nasa/openmct.git
synced 2025-02-26 03:18:51 +00:00
Style enhancements for Derived Telemetry object
- Closes #7823 - Tweak to object description.
This commit is contained in:
parent
4260cc3603
commit
cce30084ee
@ -32,9 +32,9 @@ export default function CompsPlugin() {
|
||||
name: 'Derived Telemetry',
|
||||
key: 'comps',
|
||||
description:
|
||||
'Add one or more telemetry objects, apply a mathematical operation to them, and republish the result as a new telemetry object.',
|
||||
'Add one or more telemetry end points, apply a mathematical operation to them, and output the result as new telemetry.',
|
||||
creatable: true,
|
||||
cssClass: 'icon-telemetry',
|
||||
cssClass: 'icon-derived-telemetry',
|
||||
initialize: function (domainObject) {
|
||||
domainObject.configuration = {
|
||||
comps: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user