4 lines
94 B
Text
4 lines
94 B
Text
|
|
{% for user in sonarqube_jmx_user_list %}
|
||
|
|
{{ user['name'] }} {{ user['right'] }}
|
||
|
|
{% endfor %}
|