优化多个节点安装界面

This commit is contained in:
GoEdgeLab
2023-08-12 15:43:03 +08:00
parent 253b56dd99
commit 769c1b79d6
2 changed files with 15 additions and 3 deletions

View File

@@ -68,8 +68,14 @@
<td>{{reporter.secret}}</td>
</tr>
<tr>
<td>配置文件<em>configs/api.yaml</em><br/>
<em><download-link :v-element="'rpc-code'" :v-file="'api.yaml'">[下载]</download-link ></em></td>
<td>配置文件</td>
<td>
configs/api.yaml&nbsp;
<download-link :v-element="'rpc-code'" :v-file="'api.yaml'">[下载]</download-link >
</td>
</tr>
<tr>
<td>配置内容</td>
<td>
<source-code-box id="rpc-code" type="text/yaml">rpc:
endpoints: [ {{apiEndpoints}} ]

View File

@@ -13,8 +13,14 @@
<div class="ui divider"></div>
<h3>配置信息</h3>
<table class="ui table definition selectable">
<tr>
<td class="title">配置文件</td>
<td>
configs/api.yaml &nbsp; <download-link :v-element="'api-code'" :v-file="'api.yaml'">[下载]</download-link>
</td>
</tr>
<tr>
<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">配置内容</td>
<td>
<source-code-box id="api-code" type="text/yaml">rpc:
endpoints: [ {{apiEndpoints}} ]