mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
fix the issue that spinner is not present correctly.
This commit is contained in:
parent
2017ca0761
commit
e98237093c
|
|
@ -15,7 +15,7 @@ permalink: /
|
|||
{% raw %}
|
||||
<div class="col-md-8" id="mirror-list">
|
||||
<h3><span class="fa fa-cube"></span> 镜像列表 </h3>
|
||||
<table class="table" v-if="mirrorList">
|
||||
<table class="table" v-if="mirrorList.length">
|
||||
<thead>
|
||||
<tr class="row">
|
||||
<th class="col-sm-8">Name</th>
|
||||
|
|
|
|||
Loading…
Reference in New Issue