mirror of
https://github.com/louislam/dockge.git
synced 2024-11-24 03:44:03 +00:00
Always show Down button
This commit is contained in:
parent
457f038108
commit
f6fffcc064
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
{{ $t("stopStack") }}
|
||||
</button>
|
||||
|
||||
<BDropdown v-if="!isEditMode && active" right text="" variant="normal">
|
||||
<BDropdown right text="" variant="normal">
|
||||
<BDropdownItem @click="downStack">
|
||||
<font-awesome-icon icon="stop" class="me-1" />
|
||||
{{ $t("downStack") }}
|
||||
|
|
Loading…
Reference in a new issue