Skip to content

Commit

Permalink
Changed export pipeline icon to 'launch' icon. Fixes #967 (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Jan 28, 2017
1 parent f4df050 commit e44d74e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions config/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
"ImportTorch": {
"icon": "import_export",
"priority": -1
},
"Export": {
"icon": "play_for_work",
"priority": -1
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/visualizers/panels/ForgeActionButton/Actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ define([
},
{
name: 'Export Pipeline',
icon: 'play_for_work',
icon: 'launch',
priority: -1,
action: function() {
this.exportPipeline()
Expand Down
2 changes: 1 addition & 1 deletion src/visualizers/panels/ForgeActionButton/ConfigDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ define([
id: 'extensionConfig',
class: 'extension-config',
configStructure: ExportFormats[format].getConfigStructure ?
ExportFormats[format].getConfigStructure(this._client, this._node) : []
ExportFormats[format].getConfigStructure(this._client, this._node) : []
};
this._divContainer.find('.extension-config').remove();

Expand Down

0 comments on commit e44d74e

Please sign in to comment.