From cce30084ee58af0973f7972d959b65298b424f7a Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 4 Sep 2024 11:58:57 -0700 Subject: [PATCH] Style enhancements for Derived Telemetry object - Closes #7823 - Tweak to object description. --- src/plugins/comps/plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/comps/plugin.js b/src/plugins/comps/plugin.js index c42ea40c176..4bfa62eede4 100644 --- a/src/plugins/comps/plugin.js +++ b/src/plugins/comps/plugin.js @@ -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: {