UI fix on new alert format

This commit is contained in:
Pinga 2025-03-11 12:40:15 +02:00
parent d19a93c0ac
commit 52a0503eed
2 changed files with 7 additions and 9 deletions

View file

@ -139,7 +139,7 @@
</div> </div>
<div class="card-body"> <div class="card-body">
<div class="alert alert-info" role="alert"> <div class="alert alert-info" role="alert">
<h4 class="alert-title">{{ __('No DNSSEC data available.') }}</h4> <div><h4 class="alert-heading">{{ __('No DNSSEC data available.') }}</h4></div>
</div> </div>
</div> </div>
</div> </div>

View file

@ -25,14 +25,12 @@
<div class="container-xl"> <div class="container-xl">
<div class="col-12"> <div class="col-12">
<div class="alert alert-info" role="alert"> <div class="alert alert-info" role="alert">
<div class="d-flex"> <div class="alert-icon">
<div>
<svg xmlns="http://www.w3.org/2000/svg" class="icon alert-icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" /><path d="M12 9h.01" /><path d="M11 12h1v4h1" /></svg> <svg xmlns="http://www.w3.org/2000/svg" class="icon alert-icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" /><path d="M12 9h.01" /><path d="M11 12h1v4h1" /></svg>
</div> </div>
<div> <div>
<h4 class="alert-title">{{ __('Note on Allocation Tokens') }}</h4> <h4 class="alert-heading">{{ __('Note on Allocation Tokens') }}</h4>
<div class="text-secondary">{{ __('For the moment, allocation tokens are managed directly via the database and can only be viewed in the control panel.') }}</div> <div class="alert-description">{{ __('For the moment, allocation tokens are managed directly via the database and can only be viewed in the control panel.') }}</div>
</div>
</div> </div>
</div> </div>
{% include 'partials/flash.twig' %} {% include 'partials/flash.twig' %}