修改生成的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>

View File

@@ -19,7 +19,7 @@
<!-- 过期提醒 -->
<div class="ui icon message error" v-if="plusExpireDay.length > 0">
<i class="icon warning circle"></i>
<strong>续费提醒:商业版服务即将在 {{plusExpireDay}} 过期,请及时续费。</strong>
<a href="/settings/authority">续费提醒:商业版服务即将在 {{plusExpireDay}} 过期,请及时续费。</a>
</div>
<!-- 升级提醒 -->

View File

@@ -16,7 +16,7 @@
<td class="title">configs/api.yaml<em><br/><download-link :v-element="'api-code'" :v-file="'api.yaml'">[下载]</download-link></em></td>
<td>
<source-code-box id="api-code" type="text/yaml">rpc:
endpoints: [ {{apiEndpoints}} ]
endpoints: [ {{apiEndpoints}} ]
nodeId: "{{node.uniqueId}}"
secret: "{{node.secret}}"</source-code-box>
</td>

View File

@@ -16,7 +16,7 @@
<td class="title">configs/api.yaml<em><br/><download-link :v-element="'api-code'" :v-file="'api.yaml'">[下载]</download-link></em></td>
<td>
<source-code-box id="api-code" type="text/yaml">rpc:
endpoints: [ {{apiEndpoints}} ]
endpoints: [ {{apiEndpoints}} ]
nodeId: "{{node.uniqueId}}"
secret: "{{node.secret}}"</source-code-box>
</td>

View File

@@ -16,7 +16,7 @@
<td class="title">configs/api.yaml<em><br/><download-link :v-element="'api-code'" :v-file="'api.yaml'">[下载]</download-link></em></td>
<td>
<source-code-box id="api-code" type="text/yaml">rpc:
endpoints: [ {{apiEndpoints}} ]
endpoints: [ {{apiEndpoints}} ]
nodeId: "{{node.uniqueId}}"
secret: "{{node.secret}}"</source-code-box>
</td>