mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-11 08:50:32 +08:00
修改生成的YAML配置中可能含有tab的Bug
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<source-code-box id="cluster-config-box" type="text/yaml">rpc:
|
<source-code-box id="cluster-config-box" type="text/yaml">rpc:
|
||||||
endpoints: [ {{cluster.endpoints}} ]
|
endpoints: [ {{cluster.endpoints}} ]
|
||||||
clusterId: "{{cluster.uniqueId}}"
|
clusterId: "{{cluster.uniqueId}}"
|
||||||
secret: "{{cluster.secret}}"</source-code-box>
|
secret: "{{cluster.secret}}"</source-code-box>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<!-- 过期提醒 -->
|
<!-- 过期提醒 -->
|
||||||
<div class="ui icon message error" v-if="plusExpireDay.length > 0">
|
<div class="ui icon message error" v-if="plusExpireDay.length > 0">
|
||||||
<i class="icon warning circle"></i>
|
<i class="icon warning circle"></i>
|
||||||
<strong>续费提醒:商业版服务即将在 {{plusExpireDay}} 过期,请及时续费。</strong>
|
<a href="/settings/authority">续费提醒:商业版服务即将在 {{plusExpireDay}} 过期,请及时续费。</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 升级提醒 -->
|
<!-- 升级提醒 -->
|
||||||
|
|||||||
@@ -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 class="title">configs/api.yaml<em><br/><download-link :v-element="'api-code'" :v-file="'api.yaml'">[下载]</download-link></em></td>
|
||||||
<td>
|
<td>
|
||||||
<source-code-box id="api-code" type="text/yaml">rpc:
|
<source-code-box id="api-code" type="text/yaml">rpc:
|
||||||
endpoints: [ {{apiEndpoints}} ]
|
endpoints: [ {{apiEndpoints}} ]
|
||||||
nodeId: "{{node.uniqueId}}"
|
nodeId: "{{node.uniqueId}}"
|
||||||
secret: "{{node.secret}}"</source-code-box>
|
secret: "{{node.secret}}"</source-code-box>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -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 class="title">configs/api.yaml<em><br/><download-link :v-element="'api-code'" :v-file="'api.yaml'">[下载]</download-link></em></td>
|
||||||
<td>
|
<td>
|
||||||
<source-code-box id="api-code" type="text/yaml">rpc:
|
<source-code-box id="api-code" type="text/yaml">rpc:
|
||||||
endpoints: [ {{apiEndpoints}} ]
|
endpoints: [ {{apiEndpoints}} ]
|
||||||
nodeId: "{{node.uniqueId}}"
|
nodeId: "{{node.uniqueId}}"
|
||||||
secret: "{{node.secret}}"</source-code-box>
|
secret: "{{node.secret}}"</source-code-box>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -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 class="title">configs/api.yaml<em><br/><download-link :v-element="'api-code'" :v-file="'api.yaml'">[下载]</download-link></em></td>
|
||||||
<td>
|
<td>
|
||||||
<source-code-box id="api-code" type="text/yaml">rpc:
|
<source-code-box id="api-code" type="text/yaml">rpc:
|
||||||
endpoints: [ {{apiEndpoints}} ]
|
endpoints: [ {{apiEndpoints}} ]
|
||||||
nodeId: "{{node.uniqueId}}"
|
nodeId: "{{node.uniqueId}}"
|
||||||
secret: "{{node.secret}}"</source-code-box>
|
secret: "{{node.secret}}"</source-code-box>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user