[Frontend] Added priority

#787
This commit is contained in:
Charles Hacskaylo
2016-03-24 12:05:10 -07:00
parent 594f3b8ec2
commit 88784d37fd
10 changed files with 18 additions and 3 deletions

View File

@ -80,9 +80,10 @@ define([
"types": [
{
"key": "plot",
"name": "Telemetry Plot",
"glyph": "t",
"description": "A plot for displaying telemetry",
"name": "Example Telemetry Plot",
"glyph": "\u0074",
"description": "For development use. A plot for displaying telemetry.",
"priority": 10,
"delegates": [
"telemetry"
],