mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Migrates to Bootstrap 5
Adds bootstrap-5.0.0-beta3-dist Adds bootstrap-5.0.0 Updates bootstrap-5.0.0-beta3-dist to bootstrap-5.0.0-dist initial migration to bs v5 porting to bs5 improvements on dropdown menu filter fixed host map dropdown removed excessive padding fix button toggle re-add blog news removed text decoration for links fix button layout (#5348) remove underscore from href (#5347)
This commit is contained in:
parent
83ff018198
commit
1dce9e5842
252 changed files with 60805 additions and 30259 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<div class="form-group row">
|
||||
<div class="mb-3 row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
<b>{{ i18n("syslog_alert_endpoint.alert_format") }}</b>
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<select name="syslog_alert_format" class="form-control" required>
|
||||
<select name="syslog_alert_format" class="form-select" required>
|
||||
<option value="plaintext">{{ i18n("syslog_alert_endpoint.text") }}</option>
|
||||
<option value="plaintextrfc">{{ i18n("syslog_alert_endpoint.text") }} (RFC 5424)</option>
|
||||
<option value="json">Raw JSON</option>
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="mb-3 row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
{{ i18n("syslog_alert_endpoint.host") }}
|
||||
</label>
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="mb-3 row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
{{ i18n("syslog_alert_endpoint.port") }}
|
||||
</label>
|
||||
|
|
@ -42,12 +42,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="mb-3 row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
<b>{{ i18n("syslog_alert_endpoint.protocol") }}</b>
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<select name="syslog_protocol" class="form-control">
|
||||
<select name="syslog_protocol" class="form-select">
|
||||
<option value="udp">UDP</option>
|
||||
<option value="tcp">TCP</option>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue