fix the issue that spinner is not present correctly.

This commit is contained in:
Hui Yiqun 2017-01-09 20:41:06 +08:00
parent 2017ca0761
commit e98237093c

View File

@ -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>