mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 13:48:12 +00:00
Added tests. Fixes #1364
This commit is contained in:
@ -74,7 +74,7 @@ define([
|
||||
openmct.legacyExtension(type, extension)
|
||||
})
|
||||
});
|
||||
openmct.types.register("generator", {
|
||||
openmct.types.addType("generator", {
|
||||
label: "Sine Wave Generator",
|
||||
description: "For development use. Generates example streaming telemetry data using a simple sine wave algorithm.",
|
||||
cssClass: "icon-telemetry",
|
||||
|
Reference in New Issue
Block a user