]> git.ipfire.org Git - people/ms/westferry.git/blobdiff - src/templates/modules/tabs.html
UI: graphs: Add option to hide graph title
[people/ms/westferry.git] / src / templates / modules / tabs.html
index 4fb6e4e62c8a9bd9057c6e34b428b6c7695b8e9f..038d5d842fa450ba0ecd0a3fdc0927721effca76 100644 (file)
@@ -28,7 +28,7 @@
                <div class="tabs-panel {% if selected %}is-active{% end %}" id="{{ tab.id }}">
                        {% for item in tab.items %}
                                {% if isinstance(item, westferry.ui.graphs.Graph) %}
-                                       {% module GraphBox(item) %}
+                                       {% module GraphBox(item, show_title=False) %}
                                {% else %}
                                        {% module WarningBox(_("Unknown UI Element"),
                                                _("A UI element which was supposed to be at this place could not be rendered: %r") % item) %}