@@ -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();
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário