ソースを参照

Handle empty labels correctly.

element-call-integration
Backslash 1年前
committed by GitHub
コミット
5f49433f6c
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
1個のファイルの変更2行の追加0行の削除
  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 ファイルの表示

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

読み込み中…
キャンセル
保存