Skip to content

Commit cac0609

Browse files
committed
Make refresh button for statistics look better
1 parent 49572d7 commit cac0609

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/views/statistics/StatisticsTable.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<template>
22
<div>
3-
<v-btn @click="request">Refresh</v-btn>
3+
<v-toolbar flat color="white">
4+
<v-toolbar-title>Statistics</v-toolbar-title>
5+
<v-btn @click="request">Refresh</v-btn>
6+
</v-toolbar>
47
<SummaryTable
58
v-if="summary || autoSummary"
69
:data="dataResult"

0 commit comments

Comments
 (0)