syslog format

This commit is contained in:
2022-06-03 10:47:03 +02:00
parent 9aa5e864c7
commit 1098116513
3 changed files with 21 additions and 0 deletions

View File

@@ -60,6 +60,14 @@
</div>
</div>
<div class="form-group">
<label for="format" class="col-sm-2 control-label">Format</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="format" name="format" placeholder="RFC5424 or RFC3164"
value="{{ format }}">
</div>
</div>
</div>
<!-- /.box-body -->