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> <div>
<p><i class="ph-file-search ph-bold ph-lg"></i>MeiliSearch</p> <p><i class="ph-file-search ph-bold ph-lg"></i>MeiliSearch</p>
<p>Server Status: {{ available }}</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> <p>Posts Indexed: {{ index_count }}</p>
</div> </div>
</div> </div>
<br /> <br />
<div class="ms_stats">
<p>MeiliSearch</p>
</div>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>