Procházet zdrojové kódy

Handle empty labels correctly.

element-call-integration
Backslash před 1 rokem
committed by GitHub
rodič
revize
5f49433f6c
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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 Zobrazit soubor

@@ -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 %}

Načítá se…
Zrušit
Uložit