Enforce Websocket (#181)

* Always show Down button

* Force WebSocket

* Force WebSocket
This commit is contained in:
Louis Lam
2023-11-25 21:21:23 +08:00
committed by GitHub
parent 457f038108
commit d23e2d8aa1
5 changed files with 26 additions and 4 deletions

View File

@@ -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") }}