forked from FoundKeyGang/FoundKey
Update src/client/app/admin/views/index.vue
This commit is contained in:
parent
50fe67b99b
commit
cd018db945
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<main>
|
<main>
|
||||||
<marquee-text v-if="instances.length > 0" v-show="!isMobile" class="instances" :repeat="10" :duration="10">
|
<marquee-text v-if="instances.length > 0" class="instances" :repeat="10" :duration="10">
|
||||||
<span v-for="instance in instances" class="instance"><b :style="{ background: instance.bg }">{{ instance.host }}</b>{{ instance.notesCount | number }}</span>
|
<span v-for="instance in instances" class="instance"><b :style="{ background: instance.bg }">{{ instance.host }}</b>{{ instance.notesCount | number }}</span>
|
||||||
</marquee-text>
|
</marquee-text>
|
||||||
<div class="page">
|
<div class="page">
|
||||||
|
|
Loading…
Reference in a new issue