remove extra header

This commit is contained in:
PrivateGER 2023-05-25 10:31:22 +02:00 committed by PrivateGER
parent ed16e6cc28
commit c7c21f5c16

View file

@ -3,16 +3,11 @@
<div>
<p><i class="ph-file-search ph-bold ph-lg"></i>MeiliSearch</p>
<p>Server Status: {{ available }}</p>
<p>Total: {{ bytes(total_size, 1) }}</p>
<p>Total: {{ bytes(total_size, 2) }}</p>
<p>Posts Indexed: {{ index_count }}</p>
</div>
</div>
<br />
<div class="ms_stats">
<p>MeiliSearch</p>
</div>
</template>
<script lang="ts" setup>