mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
@ -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",
|
||||||
|
Reference in New Issue
Block a user