3 lines
103 B
Django/Jinja
3 lines
103 B
Django/Jinja
{% for key, value in prometheus_ruckus_exporter_config.items() %}
|
|
{{ key }}="{{ value }}"
|
|
{% endfor %}
|