b7cc43aaf4
To create the URLs for all dashboard files inside dashboards use: python gerrit_dash_creator/cmd/creator.py dashboards/* Change-Id: I922c4e0606ae168c5c9b353d550629b4f52a8aff
291 B
291 B
{{ title }}
{% if description %} Description:
{{ description }}
{%- endif %}
URL:
{{ url }}
{% if configuration %} Configuration:
{% for line in configuration.splitlines() %}
{{ line }}
{%- endfor %} {% endif %}