mirror of
https://github.com/nasa/openmct.git
synced 2025-01-11 15:32:56 +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",
|
"name": "Export as JSON",
|
||||||
"implementation": ExportAsJSONAction,
|
"implementation": ExportAsJSONAction,
|
||||||
"category": "contextual",
|
"category": "contextual",
|
||||||
"cssClass": "icon-save",
|
"cssClass": "icon-export",
|
||||||
"depends": [
|
"depends": [
|
||||||
"exportService",
|
"exportService",
|
||||||
"policyService",
|
"policyService",
|
||||||
@ -59,7 +59,7 @@ define([
|
|||||||
"name": "Import from JSON",
|
"name": "Import from JSON",
|
||||||
"implementation": ImportAsJSONAction,
|
"implementation": ImportAsJSONAction,
|
||||||
"category": "contextual",
|
"category": "contextual",
|
||||||
"cssClass": "icon-download",
|
"cssClass": "icon-import",
|
||||||
"depends": [
|
"depends": [
|
||||||
"exportService",
|
"exportService",
|
||||||
"identifierService",
|
"identifierService",
|
||||||
|
Loading…
Reference in New Issue
Block a user