Fixed mqtt issues

This commit is contained in:
Magnus Persson
2022-01-12 17:39:54 +01:00
parent a83a74b5a4
commit aad35e20bd
4 changed files with 15 additions and 5 deletions

View File

@ -226,7 +226,7 @@
<div class="form-group row">
<label for="mqtt-push" class="col-sm-2 col-form-label">MQTT Server:</label>
<div class="col-sm-4">
<input type="url" maxlength="40" class="form-control" name="mqtt-push" id="mqtt-push">
<input type="text" maxlength="40" class="form-control" name="mqtt-push" id="mqtt-push">
</div>
</div>
<div class="form-group row">

File diff suppressed because one or more lines are too long