mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-15 06:15:07 +00:00
feat: Make maximum number of results and events configurable (#1110)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
@toggleShowAverageResponseTime="toggleShowAverageResponseTime"
|
||||
:showAverageResponseTime="showAverageResponseTime"
|
||||
/>
|
||||
<Pagination v-show="retrievedData" @page="changePage"/>
|
||||
<Pagination v-show="retrievedData" @page="changePage" :numberOfResultsPerPage="20" />
|
||||
</slot>
|
||||
<Settings @refreshData="fetchData"/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user