[Types] label -> name
Change label to name, log a warning to console if a typeDef is registered with a label. Fixes https://github.com/nasa/openmct/issues/1568.
This commit is contained in:
@@ -75,7 +75,7 @@ define([
|
||||
})
|
||||
});
|
||||
openmct.types.addType("generator", {
|
||||
label: "Sine Wave Generator",
|
||||
name: "Sine Wave Generator",
|
||||
description: "For development use. Generates example streaming telemetry data using a simple sine wave algorithm.",
|
||||
cssClass: "icon-telemetry",
|
||||
creatable: true,
|
||||
|
||||
Reference in New Issue
Block a user