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:
Simone Mainardi 2021-05-05 11:43:33 +02:00 committed by Matteo Biscosi
parent 83ff018198
commit 1dce9e5842
252 changed files with 60805 additions and 30259 deletions

View file

@ -1,4 +1,4 @@
<div class="form-group row">
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("webhook_alert_endpoint.url") }}</b>
</label>
@ -6,7 +6,7 @@
<input data-pattern="https" name="webhook_url" type="text" class="form-control" required />
</div>
</div>
<div class="form-group row">
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("webhook_alert_endpoint.shared_secret") }}
</label>
@ -15,7 +15,7 @@
<small class="text-muted">{{ i18n("optional_field") }}</small>
</div>
</div>
<div class="form-group row">
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("webhook_alert_endpoint.username") }}
</label>
@ -24,7 +24,7 @@
<small class="text-muted">{{ i18n("optional_field") }}</small>
</div>
</div>
<div class="form-group row">
<div class="mb-3 row">
<label class="col-form-label col-sm-3">
{{ i18n("webhook_alert_endpoint.password") }}
</label>