mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-15 13:00:25 +08:00
安装时等API节点启动完毕后才进行下一步,避免因为未启动完整而导致的错误
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
</table>
|
||||
|
||||
<div class="margin" style="margin-top: 2em"></div>
|
||||
<a href="/setup" class="ui button" type="button" v-if="canInstall">重新安装</a>
|
||||
<button class="ui button primary" type="submit" v-if="!isRequesting">确认</button>
|
||||
<button class="ui button disabled" type="button" v-if="isRequesting">检查中...</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user