初步实现安装界面

This commit is contained in:
刘祥超
2020-10-13 20:05:29 +08:00
parent cd1738b4da
commit f30059c623
37 changed files with 1207 additions and 56 deletions

View File

@@ -2,7 +2,7 @@
{$template "menu"}
<p class="ui message error" v-if="error.length > 0">{{error}}</p>
<div v-show="error.length == 0 && dbConfig != null">
<div v-if="error.length == 0 && dbConfig != null">
<table class="ui table selectable definition">
<tr>
<td class="title">主机地址</td>