mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Add title to log refresh
This commit is contained in:
parent
68d666ae65
commit
5e8b5963f2
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="d-flex h-100 p-0 align-items-start">
|
||||
<textarea v-model="formattedLogs" class="h-100" readonly></textarea>
|
||||
<b-button id="refresh-logs" size="sm" @click="botStore.activeBot.getLogs">
|
||||
<b-button id="refresh-logs" size="sm" title="Reload Logs" @click="botStore.activeBot.getLogs">
|
||||
<i-mdi-refresh />
|
||||
</b-button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user