rework hosts map with widget (#5080)

This commit is contained in:
gabryon99 2021-03-08 11:26:51 +01:00
parent be38dfa71c
commit d079589c9a
8 changed files with 413 additions and 191 deletions

View file

@ -0,0 +1,14 @@
{#
(C) 2013-21 - ntop.org
#}
<div class="row">
{%
for _, name in ipairs(widget_gui_utils.get_registered_chart_names()) do %}
<div class="col-6 my-3">
{* widget_gui_utils.render_chart(name, {
css_styles = { height = "50vh" }
}) *}
</div>
{% end %}
</div>