[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

@@ -265,6 +265,7 @@ define([
"name": "Display Layout",
"glyph": "\u004c",
"description": "Assemble other objects and components together into a reusable screen layout. Working in a simple canvas workspace, simply drag in the objects you want, position and size them. Save your design and view or edit it at any time.",
"priority": 900,
"features": "creation",
"model": {
"composition": []
@@ -296,6 +297,7 @@ define([
"name": "Telemetry Panel",
"glyph": "t",
"description": "A panel for collecting telemetry elements.",
"priority": 899,
"delegates": [
"telemetry"
],