[Views] Fix glyphs

Use correct glyphs for Plot, Scrolling, and Items views.
WTD-734.
This commit is contained in:
Victor Woeltjen 2015-01-27 14:50:45 -08:00
parent 53d6b60bda
commit b915a90305
3 changed files with 3 additions and 1 deletions

View File

@ -103,7 +103,7 @@
{
"key": "items",
"name": "Items",
"glyph": "i",
"glyph": "9",
"description": "Grid of available items.",
"templateUrl": "templates/items/items.html",
"uses": [ "composition" ],

View File

@ -5,6 +5,7 @@
{
"name": "Plot",
"key": "plot",
"glyph": "6",
"templateUrl": "templates/plot.html",
"needs": [ "telemetry" ],
"delegation": true

View File

@ -6,6 +6,7 @@
{
"key": "scrolling",
"name": "Scrolling",
"glyph": "5",
"description": "Scrolling list of data values.",
"templateUrl": "templates/scrolling.html",
"needs": [ "telemetry" ],