mirror of
https://github.com/nasa/openmct.git
synced 2025-06-02 07:30:49 +00:00
[Events] No Period
No longer asks for a period when creating a new Event Message Generator. #18.
This commit is contained in:
parent
10e47e6f48
commit
fd81c5c859
@ -18,27 +18,14 @@
|
|||||||
"description": "An event message generator",
|
"description": "An event message generator",
|
||||||
"features": "creation",
|
"features": "creation",
|
||||||
"model": {
|
"model": {
|
||||||
"telemetry": {
|
"telemetry": {}
|
||||||
"period": 10
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"telemetry": {
|
"telemetry": {
|
||||||
"source": "eventGenerator",
|
"source": "eventGenerator",
|
||||||
"ranges": [
|
"ranges": [
|
||||||
{ "format": "string" }
|
{ "format": "string" }
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"properties": [
|
|
||||||
{
|
|
||||||
"name": "Period",
|
|
||||||
"control": "textfield",
|
|
||||||
"cssclass": "l-small l-numeric",
|
|
||||||
"key": "period",
|
|
||||||
"required": true,
|
|
||||||
"property": [ "telemetry", "period" ],
|
|
||||||
"pattern": "^\\d*(\\.\\d*)?$"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
* this source code distribution or the Licensing information page available
|
* this source code distribution or the Licensing information page available
|
||||||
* at runtime from the About dialog for additional information.
|
* at runtime from the About dialog for additional information.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
/*global define,Promise*/
|
/*global define */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Module defining EventTelemetry.
|
* Module defining EventTelemetry.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user