mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
30 lines
No EOL
910 B
Text
30 lines
No EOL
910 B
Text
{#
|
|
(C) 2020 - ntop.org
|
|
|
|
This is the template for the "Alerts Status" page under the system interface
|
|
#}
|
|
|
|
<table class="table table-bordered table-striped">
|
|
<tbody>
|
|
<tr>
|
|
<th rowspan="2" width="20%">{{ i18n("system_alerts_stats.queues_status") }}</th>
|
|
<tr>
|
|
<th nowrap width="10%"> {{ i18n("system_alerts_stats.internal_alerts_queue") }} </th>
|
|
<td>
|
|
<span id="internal_alerts_queue">...</span>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<br>
|
|
<div class="notes bg-light border">
|
|
<b>{{ i18n('notes') }}</b>
|
|
<ul>
|
|
<li>{* i18n('system_alerts_stats.notes_enq_deq') *}.</li>
|
|
<li>{* i18n('system_alerts_stats.notes_internal_alerts_queue') *}.</li>
|
|
</ul>
|
|
</div>
|
|
|
|
{# load the necessary javascript for the page #}
|
|
<script type="text/javascript" src="{{ ntop.getHttpPrefix() }}/js/pages/system_alerts_stats.js?{{ ntop.getStaticFileEpoch() }}"></script> |