Skip to content

Commit 591c1c2

Browse files
author
Guillaume Chau
committed
feat(perf tab): add start/stop button label, closes #920
1 parent 800f3db commit 591c1c2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/devtools/views/perf/PerfTab.vue

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,20 @@
99
v-if="!$shared.recordPerf"
1010
v-tooltip="'Start benchmark'"
1111
icon-left="lens"
12-
class="icon-button flat"
12+
class="flat"
1313
@click="start()"
14-
/>
14+
>
15+
Start
16+
</VueButton>
1517
<VueButton
1618
v-else
1719
v-tooltip="'Stop benchmark'"
1820
icon-left="lens"
19-
class="icon-button flat stop-button"
21+
class="flat stop-button"
2022
@click="stop()"
21-
/>
23+
>
24+
Stop
25+
</VueButton>
2226

2327
<VueSelect
2428
v-model="currentBenchmarkModel"

0 commit comments

Comments
 (0)