revert deleted iterator
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2a956db2c9
commit
cda1bfa189
@ -109,7 +109,7 @@ api_key_max_seconds_to_live = -1
|
||||
{% if "enabled" not in provider.config %}
|
||||
enabled = true
|
||||
{% endif %}
|
||||
{% for key, value in provider.config %}
|
||||
{% for key, value in provider.config.items() %}
|
||||
{{ key }} = {{ value }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
@ -141,7 +141,7 @@ level = {{ grafana_log_level | lower }}
|
||||
{% if "enabled" not in provider.config %}
|
||||
enabled = true
|
||||
{% endif %}
|
||||
{% for key, value in provider.config %}
|
||||
{% for key, value in provider.config.items() %}
|
||||
{{ key }} = {{ value }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user