mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21:15:15 +00:00
Don't show edit button for now
This commit is contained in:
parent
b18d9146cb
commit
457b5f52f5
|
@ -16,9 +16,9 @@
|
|||
R
|
||||
</b-form-checkbox>
|
||||
<div v-if="!noButtons" class="d-flex flex-align-cent">
|
||||
<b-button class="ml-1" size="sm" title="Edit bot">
|
||||
<!-- <b-button class="ml-1" size="sm" title="Edit bot">
|
||||
<EditIcon :size="16" title="Edit Button" />
|
||||
</b-button>
|
||||
</b-button> -->
|
||||
<b-button class="ml-1" size="sm" title="Delete bot" @click.prevent="clickRemoveBot(bot)">
|
||||
<DeleteIcon :size="16" title="Delete Bot" />
|
||||
</b-button>
|
||||
|
|
Loading…
Reference in New Issue
Block a user