diff --git a/platform/commonUI/browse/bundle.json b/platform/commonUI/browse/bundle.json index d2ed144e2a..613164573a 100644 --- a/platform/commonUI/browse/bundle.json +++ b/platform/commonUI/browse/bundle.json @@ -103,7 +103,7 @@ { "key": "items", "name": "Items", - "glyph": "i", + "glyph": "9", "description": "Grid of available items.", "templateUrl": "templates/items/items.html", "uses": [ "composition" ], diff --git a/platform/features/plot/bundle.json b/platform/features/plot/bundle.json index b9d21894bb..5cccb3eff8 100644 --- a/platform/features/plot/bundle.json +++ b/platform/features/plot/bundle.json @@ -5,6 +5,7 @@ { "name": "Plot", "key": "plot", + "glyph": "6", "templateUrl": "templates/plot.html", "needs": [ "telemetry" ], "delegation": true diff --git a/platform/features/scrolling/bundle.json b/platform/features/scrolling/bundle.json index 4e23da788e..41b3508535 100644 --- a/platform/features/scrolling/bundle.json +++ b/platform/features/scrolling/bundle.json @@ -6,6 +6,7 @@ { "key": "scrolling", "name": "Scrolling", + "glyph": "5", "description": "Scrolling list of data values.", "templateUrl": "templates/scrolling.html", "needs": [ "telemetry" ],