minor(UI): uart button possition, french Translation
This commit is contained in:
parent
b06b040e5c
commit
28eb1cedbb
|
@ -108,7 +108,7 @@ export default {
|
||||||
addHeader: "Ajouter un En-tête",
|
addHeader: "Ajouter un En-tête",
|
||||||
addFooter: "Ajouter un Pied de page",
|
addFooter: "Ajouter un Pied de page",
|
||||||
|
|
||||||
passthrough: "Passage Direct",
|
passthrough: "Transmission",
|
||||||
proxy: "Proxy",
|
proxy: "Proxy",
|
||||||
serverPort: "Port Serveur",
|
serverPort: "Port Serveur",
|
||||||
connectedClient: "Client Connecté",
|
connectedClient: "Client Connecté",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<el-tab-pane name="first" class="min-h-80">
|
<el-tab-pane name="first" class="min-h-80">
|
||||||
<template #label>{{ $t("uart.port") }}</template>
|
<template #label>{{ $t("uart.port") }}</template>
|
||||||
<div class="flex flex-col gap-2">
|
<div class="flex flex-col gap-2">
|
||||||
<el-form :size="store.winLeft.show ? '' : 'small'">
|
<el-form :size="store.winLeft.show ? '' : 'small'" label-position="left" label-width="auto">
|
||||||
<el-form-item
|
<el-form-item
|
||||||
class="mb-2"
|
class="mb-2"
|
||||||
>
|
>
|
||||||
|
@ -86,8 +86,7 @@
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item label=" ">
|
<div class="flex justify-center">
|
||||||
<div class="flex">
|
|
||||||
<el-button :type="store.acceptIncomingData ? 'danger': 'success'"
|
<el-button :type="store.acceptIncomingData ? 'danger': 'success'"
|
||||||
:disabled="wsStore.state !== ControlEvent.CONNECTED"
|
:disabled="wsStore.state !== ControlEvent.CONNECTED"
|
||||||
@click="store.acceptIncomingData = !store.acceptIncomingData"
|
@click="store.acceptIncomingData = !store.acceptIncomingData"
|
||||||
|
@ -95,7 +94,6 @@
|
||||||
{{ store.acceptIncomingData ? $t("uart.stopCommunication") : $t("uart.startCommunication") }}
|
{{ store.acceptIncomingData ? $t("uart.stopCommunication") : $t("uart.startCommunication") }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue