Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
salt-state
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FFFFM
salt-state
Commits
8e093517
Commit
8e093517
authored
3 years ago
by
MyIgel
Browse files
Options
Downloads
Patches
Plain Diff
Map: Even more config file formatting ;)
parent
bb18116d
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#32905
passed
3 years ago
Stage: lint
Stage: highstate
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meshviewer/files/config.json.j2
+8
-17
8 additions, 17 deletions
meshviewer/files/config.json.j2
with
8 additions
and
17 deletions
meshviewer/files/config.json.j2
+
8
−
17
View file @
8e093517
...
...
@@ -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": [
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment