修改生成的YAML配置中可能含有tab的Bug

This commit is contained in:
GoEdgeLab
2021-09-16 15:06:37 +08:00
parent 35fd437aaa
commit c5debefa8e
5 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
</td>
<td>
<source-code-box id="cluster-config-box" type="text/yaml">rpc:
endpoints: [ {{cluster.endpoints}} ]
endpoints: [ {{cluster.endpoints}} ]
clusterId: "{{cluster.uniqueId}}"
secret: "{{cluster.secret}}"</source-code-box>
</td>