mirror of https://github.com/zulip/zulip.git
12 lines
293 B
HTML
12 lines
293 B
HTML
|
<html lang="en">
|
||
|
<head>
|
||
|
{{ minified_js('stats')|safe }}
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="id_stats_errors" class="alert alert-error"></div>
|
||
|
<div id="id_messages_sent_to_realm" style="width: 800px; height: 400px;">
|
||
|
<!-- Plotly chart will be drawn inside this DIV -->
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|