Cosmetic fixes

This commit is contained in:
Simone Mainardi 2020-12-17 17:33:52 +01:00
parent 29b8d9be4b
commit 4aefd8a51b
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
<div class="form-group row">
<label class="col-sm-3 col-form-label">{{ dialog.am_host }}</label>
<div class="col-sm-5">
<input placeholder="https://ntop.org" required id="input-add-host" type="text" name="host"
<input placeholder="ntop.org" required id="input-add-host" type="text" name="host"
class="form-control measurement-host" />
</div>
</div>