mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
rework hosts map with widget (#5080)
This commit is contained in:
parent
be38dfa71c
commit
d079589c9a
8 changed files with 413 additions and 191 deletions
14
httpdocs/templates/pages/test_gui_widgets.template
Normal file
14
httpdocs/templates/pages/test_gui_widgets.template
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue