Skip to content
Snippets Groups Projects
Commit 8e093517 authored by MyIgel's avatar MyIgel :fire:
Browse files

Map: Even more config file formatting ;)

parent bb18116d
Branches
No related tags found
No related merge requests found
Pipeline #32905 passed
......@@ -17,28 +17,19 @@
}
],
"fixedCenter": [
[
50.5099,
8.1393
],
[
49.9282,
9.3164
]
[ 50.5099, 8.1393 ],
[ 49.9282, 9.3164 ]
],
"siteNames": [
{% for domain_code, domain_pretty in salt['domains.pretty_names']().items()|sort %}
{%- for domain_code, domain_pretty in salt['domains.pretty_names']().items()|sort %}
{ "site": "{{ domain_code }}", "name": "{{ domain_pretty }}" } {%- if not loop.last %},{% endif %}
{%- endfor %}
{%- endfor %}
],
"domainNames": [
{ "site": "legacybat_11s", "name": "Legacy BATMAN (Single Domain)" },
{% for domain_code, domain_pretty in salt['domains.pretty_names']().items()|sort %}
{
"domain": "{{ domain_code }}",
"name": "{{ domain_pretty }}"
} {%- if not loop.last %},{% endif %}
{%- endfor %}
{ "site": "legacybat_11s", "name": "Legacy BATMAN (Single Domain)" },
{%- for domain_code, domain_pretty in salt['domains.pretty_names']().items()|sort %}
{ "domain": "{{ domain_code }}", "name": "{{ domain_pretty }}" } {%- if not loop.last %},{% endif %}
{%- endfor %}
],
"nodeInfos": [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment