Extended length of http url

This commit is contained in:
Magnus Persson 2022-01-25 21:57:22 +01:00
parent dc5979dd28
commit b106ebfa20
2 changed files with 3 additions and 3 deletions

View File

@ -173,13 +173,13 @@
<div class="form-group row">
<label for="http-push" class="col-sm-2 col-form-label">Http URL 1:</label>
<div class="col-sm-10">
<input type="url" maxlength="100" class="form-control" name="http-push" id="http-push">
<input type="url" maxlength="120" class="form-control" name="http-push" id="http-push">
</div>
</div>
<div class="form-group row">
<label for="http-push2" class="col-sm-2 col-form-label">Http URL 2:</label>
<div class="col-sm-10">
<input type="url" maxlength="100" class="form-control" name="http-push2" id="http-push2">
<input type="url" maxlength="120" class="form-control" name="http-push2" id="http-push2">
</div>
</div>

File diff suppressed because one or more lines are too long