Merge pull request #1735 from nasa/import-export-1695

Review and integrate usage of new Import/Export glyphs
This commit is contained in:
Victor Woeltjen 2017-09-25 16:50:11 -07:00 committed by GitHub
commit bfa3bbcdc7

View File

@ -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",