refactor: Fix indent

This commit is contained in:
TwiN
2022-06-12 18:40:24 -04:00
parent 9a5f245440
commit 2b9d3e99d3
2 changed files with 21 additions and 20 deletions

View File

@ -1,11 +1,12 @@
<template>
<Loading v-if="!retrievedData" class="h-64 w-64 px-4 my-24" />
<Loading v-if="!retrievedData" class="h-64 w-64 px-4 my-24"/>
<slot v-else>
<Endpoints
:endpointStatuses="endpointStatuses"
:showStatusOnHover="true"
@showTooltip="showTooltip"
@toggleShowAverageResponseTime="toggleShowAverageResponseTime" :showAverageResponseTime="showAverageResponseTime"
@toggleShowAverageResponseTime="toggleShowAverageResponseTime"
:showAverageResponseTime="showAverageResponseTime"
/>
<Pagination @page="changePage"/>
</slot>