mirror of
https://github.com/nasa/openmct.git
synced 2025-06-10 03:11:39 +00:00
[Mobile] IN PROGRESS: Tweak to TypeImpl to return glyph for unknown types
open #74 Thanks Victor!;
This commit is contained in:
parent
69c6d4bd26
commit
5184e08a5b
@ -142,7 +142,10 @@
|
|||||||
{
|
{
|
||||||
"key": "unknown",
|
"key": "unknown",
|
||||||
"name": "Unknown Type",
|
"name": "Unknown Type",
|
||||||
"glyph": "?"
|
"glyph": "\u003f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"glyph": "\u003f"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user