Changed export pipeline icon to 'launch' icon. Fixes #967 (#968)

Esse commit está contido em:
Brian Broll
2017-01-28 12:56:42 -06:00
commit de GitHub
commit e44d74e90f
3 arquivos alterados com 2 adições e 6 exclusões
-4
Ver Arquivo
@@ -48,10 +48,6 @@
"ImportTorch": {
"icon": "import_export",
"priority": -1
},
"Export": {
"icon": "play_for_work",
"priority": -1
}
}
},
@@ -268,7 +268,7 @@ define([
},
{
name: 'Export Pipeline',
icon: 'play_for_work',
icon: 'launch',
priority: -1,
action: function() {
this.exportPipeline()
@@ -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();