We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490c273 commit d1fb0bfCopy full SHA for d1fb0bf
web/views/@default/db/createPopup.html
@@ -15,7 +15,7 @@ <h3>添加节点</h3>
15
<td>主机地址<em>(Host)</em> *</td>
16
<td>
17
<input type="text" name="host" placeholder="" maxlength="100"/>
18
- <p class="comment">连接数据库的主机地址,通常是域名或者IP。</p>
+ <p class="comment">连接数据库的主机地址,通常是域名或者IP;出于性能考虑,请使用局域网内的数据库。</p>
19
</td>
20
</tr>
21
<tr>
web/views/@default/db/update.html
@@ -15,7 +15,7 @@
<input type="text" name="host" placeholder="" maxlength="100" v-model="node.host"/>
0 commit comments