mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
[Frontend] Refactoring glyphs to classes
fixes #1047 Very much In-progess, "icon-" selector, browse bar buttons
This commit is contained in:
@ -172,7 +172,8 @@ define([
|
||||
],
|
||||
"description": "Edit",
|
||||
"category": "view-control",
|
||||
"glyph": "p"
|
||||
"glyph": "p",
|
||||
"cssclass": "icon-pencil"
|
||||
},
|
||||
{
|
||||
"key": "properties",
|
||||
@ -182,6 +183,7 @@ define([
|
||||
],
|
||||
"implementation": PropertiesAction,
|
||||
"glyph": "p",
|
||||
"cssclass": "icon-pencil",
|
||||
"name": "Edit Properties...",
|
||||
"description": "Edit properties of this object.",
|
||||
"depends": [
|
||||
|
Reference in New Issue
Block a user