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