mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
Merge pull request #1735 from nasa/import-export-1695
Review and integrate usage of new Import/Export glyphs
This commit is contained in:
commit
bfa3bbcdc7
@ -47,7 +47,7 @@ define([
|
||||
"name": "Export as JSON",
|
||||
"implementation": ExportAsJSONAction,
|
||||
"category": "contextual",
|
||||
"cssClass": "icon-save",
|
||||
"cssClass": "icon-export",
|
||||
"depends": [
|
||||
"exportService",
|
||||
"policyService",
|
||||
@ -59,7 +59,7 @@ define([
|
||||
"name": "Import from JSON",
|
||||
"implementation": ImportAsJSONAction,
|
||||
"category": "contextual",
|
||||
"cssClass": "icon-download",
|
||||
"cssClass": "icon-import",
|
||||
"depends": [
|
||||
"exportService",
|
||||
"identifierService",
|
||||
|
Loading…
Reference in New Issue
Block a user