Explorar el Código

Handle empty labels correctly.

element-call-integration
Backslash hace 1 año
committed by GitHub
padre
commit
5f49433f6c
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      roles/custom/matrix-element-call/templates/element-call-labels.j2

+ 2
- 0
roles/custom/matrix-element-call/templates/element-call-labels.j2 Ver fichero

@@ -39,6 +39,8 @@ traefik.http.routers.element-call-router.middlewares={{ middlewares | join(',')
{% endif %}

# Additional labels (if any) specified by the user
{% if matrix_element_call_container_extra_arguments.keys() | length > 0 %}
{% for key, value in matrix_element_call_container_extra_arguments.items() %}
{{ key }}={{ value }}
{% endfor %}
{% endif %}

Cargando…
Cancelar
Guardar