mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 03:25:15 +00:00
Add title to log refresh
This commit is contained in:
parent
68d666ae65
commit
5e8b5963f2
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="d-flex h-100 p-0 align-items-start">
|
<div class="d-flex h-100 p-0 align-items-start">
|
||||||
<textarea v-model="formattedLogs" class="h-100" readonly></textarea>
|
<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 />
|
<i-mdi-refresh />
|
||||||
</b-button>
|
</b-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user