feat(web-app): change button names
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<div class="control-panel">
|
||||
<button @click="addTemperature" class="action-button">
|
||||
Add Temperature
|
||||
New Measurments
|
||||
</button>
|
||||
|
||||
<button @click="fetchData" class="refresh-button">
|
||||
<span class="button-icon">↻</span> Refresh Data
|
||||
Fetch Measurments
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user