mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 07:29:23 +00:00
Make client id required
This commit is contained in:
parent
1302f18fab
commit
afdd282adf
12
lib/SvelteUi/app/dist/index.js
vendored
12
lib/SvelteUi/app/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -598,7 +598,7 @@
|
||||
<div class="my-1 flex">
|
||||
<div>
|
||||
{translations.conf?.mqtt?.id ?? "Client ID"}<br/>
|
||||
<input name="qc" bind:value={configuration.q.c} type="text" class="in-f w-full"/>
|
||||
<input name="qc" bind:value={configuration.q.c} type="text" class="in-f w-full" required={configuration.q.h}/>
|
||||
</div>
|
||||
<div>
|
||||
{translations.conf?.mqtt?.payload ?? "Payload"}<br/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user