改进部分文字

This commit is contained in:
GoEdgeLab
2023-12-20 15:06:19 +08:00
parent ee9bfd8352
commit 91d61aa4d3
15 changed files with 17 additions and 17 deletions

View File

@@ -34,9 +34,9 @@
</tr>
<tbody v-show="moreOptionsVisible">
<tr>
<td :class="{'color-border': restIsOn}">是否开启HTTP API端口</td>
<td :class="{'color-border': restIsOn}">开启HTTP API端口</td>
<td>
<checkbox name="restIsOn" v-model="restIsOn">是否启用HTTP API</checkbox>
<checkbox name="restIsOn" v-model="restIsOn">启用HTTP API</checkbox>
<p class="comment">启用后用户可以通过HTTP API调用服务接口。</p>
</td>
</tr>

View File

@@ -39,9 +39,9 @@
</tr>
<tbody v-show="moreOptionsVisible">
<tr>
<td :class="{'color-border': node.restIsOn}">是否开启HTTP API端口</td>
<td :class="{'color-border': node.restIsOn}">开启HTTP API端口</td>
<td>
<checkbox name="restIsOn" v-model="node.restIsOn">是否启用HTTP API</checkbox>
<checkbox name="restIsOn" v-model="node.restIsOn">启用HTTP API</checkbox>
<p class="comment">启用后用户可以通过HTTP API调用服务接口。</p>
</td>
</tr>