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