mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 05:00:25 +08:00
初步实现安装界面
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user