[Views] Fix glyphs
Use correct glyphs for Plot, Scrolling, and Items views. WTD-734.
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
{
|
{
|
||||||
"key": "items",
|
"key": "items",
|
||||||
"name": "Items",
|
"name": "Items",
|
||||||
"glyph": "i",
|
"glyph": "9",
|
||||||
"description": "Grid of available items.",
|
"description": "Grid of available items.",
|
||||||
"templateUrl": "templates/items/items.html",
|
"templateUrl": "templates/items/items.html",
|
||||||
"uses": [ "composition" ],
|
"uses": [ "composition" ],
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Plot",
|
"name": "Plot",
|
||||||
"key": "plot",
|
"key": "plot",
|
||||||
|
"glyph": "6",
|
||||||
"templateUrl": "templates/plot.html",
|
"templateUrl": "templates/plot.html",
|
||||||
"needs": [ "telemetry" ],
|
"needs": [ "telemetry" ],
|
||||||
"delegation": true
|
"delegation": true
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
{
|
{
|
||||||
"key": "scrolling",
|
"key": "scrolling",
|
||||||
"name": "Scrolling",
|
"name": "Scrolling",
|
||||||
|
"glyph": "5",
|
||||||
"description": "Scrolling list of data values.",
|
"description": "Scrolling list of data values.",
|
||||||
"templateUrl": "templates/scrolling.html",
|
"templateUrl": "templates/scrolling.html",
|
||||||
"needs": [ "telemetry" ],
|
"needs": [ "telemetry" ],
|
||||||
|
|||||||
Reference in New Issue
Block a user