mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	fix tab apperance of subflow template panel
This commit is contained in:
		| @@ -2423,15 +2423,16 @@ RED.editor = (function() { | ||||
|                 buildAppearanceForm(appearanceTab.content,editing_node); | ||||
|                 editorTabs.addTab(appearanceTab); | ||||
|  | ||||
|                 buildEditForm(nodePropertiesTab.content,"dialog-form","subflow-template", undefined, editing_node); | ||||
|                 trayBody.i18n(); | ||||
|  | ||||
|                 $.getJSON(getCredentialsURL("subflow", subflow.id), function (data) { | ||||
|                     subflow.credentials = data; | ||||
|                     subflow.credentials._ = $.extend(true,{},data); | ||||
|  | ||||
|                     buildEditForm(nodePropertiesTab.content,"dialog-form","subflow-template", undefined, editing_node); | ||||
|                     $("#subflow-input-name").val(subflow.name); | ||||
|                     RED.text.bidi.prepareInput($("#subflow-input-name")); | ||||
|  | ||||
|                     trayBody.i18n(); | ||||
|                     finishedBuilding = true; | ||||
|                     done(); | ||||
|                 }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user