We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49572d7 commit cac0609Copy full SHA for cac0609
src/views/statistics/StatisticsTable.vue
@@ -1,6 +1,9 @@
1
<template>
2
<div>
3
- <v-btn @click="request">Refresh</v-btn>
+ <v-toolbar flat color="white">
4
+ <v-toolbar-title>Statistics</v-toolbar-title>
5
+ <v-btn @click="request">Refresh</v-btn>
6
+ </v-toolbar>
7
<SummaryTable
8
v-if="summary || autoSummary"
9
:data="dataResult"
0 commit comments