mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-30 01:32:26 +00:00
6 lines
140 B
Ucode
6 lines
140 B
Ucode
|
|
# Raw Configuration
|
|
{% for (let config in config_raw): %}
|
|
{{ config[0] }} {{ config[1] }}{{config[2] ? '=' + config[2] : ''}}
|
|
{% endfor %}
|