Skip to content

Commit d1fb0bf

Browse files
committed
优化数据库节点相关文字提示
1 parent 490c273 commit d1fb0bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/views/@default/db/createPopup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h3>添加节点</h3>
1515
<td>主机地址<em>(Host)</em> *</td>
1616
<td>
1717
<input type="text" name="host" placeholder="" maxlength="100"/>
18-
<p class="comment">连接数据库的主机地址,通常是域名或者IP。</p>
18+
<p class="comment">连接数据库的主机地址,通常是域名或者IP;出于性能考虑,请使用局域网内的数据库</p>
1919
</td>
2020
</tr>
2121
<tr>

web/views/@default/db/update.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<td>主机地址<em>(Host)</em> *</td>
1616
<td>
1717
<input type="text" name="host" placeholder="" maxlength="100" v-model="node.host"/>
18-
<p class="comment">连接数据库的主机地址,通常是域名或者IP。</p>
18+
<p class="comment">连接数据库的主机地址,通常是域名或者IP;出于性能考虑,请使用局域网内的数据库</p>
1919
</td>
2020
</tr>
2121
<tr>

0 commit comments

Comments
 (0)