mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 01:10:29 +08:00
优化数据库节点相关文字提示
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<td>主机地址<em>(Host)</em> *</td>
|
<td>主机地址<em>(Host)</em> *</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="host" placeholder="" maxlength="100"/>
|
<input type="text" name="host" placeholder="" maxlength="100"/>
|
||||||
<p class="comment">连接数据库的主机地址,通常是域名或者IP。</p>
|
<p class="comment">连接数据库的主机地址,通常是域名或者IP;出于性能考虑,请使用局域网内的数据库。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<td>主机地址<em>(Host)</em> *</td>
|
<td>主机地址<em>(Host)</em> *</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="host" placeholder="" maxlength="100" v-model="node.host"/>
|
<input type="text" name="host" placeholder="" maxlength="100" v-model="node.host"/>
|
||||||
<p class="comment">连接数据库的主机地址,通常是域名或者IP。</p>
|
<p class="comment">连接数据库的主机地址,通常是域名或者IP;出于性能考虑,请使用局域网内的数据库。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user