[Events] No Period

No longer asks for a period when creating a
new Event Message Generator. #18.
This commit is contained in:
Sarah Hale 2015-06-24 15:19:47 -07:00
parent 10e47e6f48
commit fd81c5c859
2 changed files with 3 additions and 16 deletions

View File

@ -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*)?$"
}
]
} }
] ]
} }

View File

@ -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.