mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
5 lines
No EOL
222 B
Text
5 lines
No EOL
222 B
Text
<div class="toast-container flex-column d-flex align-items-end" {{ (container_id == nil and "" or "id=".. container_id .."") }}>
|
|
{% for _, toast in ipairs(toasts) do %}
|
|
{* toast:render() *}
|
|
{% end %}
|
|
</div> |