{{ _('Broker Instances') }}

{{ _('Manage reachable broker endpoints and choose which one is used for the dashboard view.') }}

{% if error_message %} {% endif %} {% if success_message %} {% endif %}
{{ _('Default selection') }}

{{ _('If no default is chosen, the value from config.json remains active.') }}

{{ _('Open dashboard') }}
{{ _('Current default:') }} {{ default_broker_settings.base_url }} (OCPP: {{ default_broker_settings.ocpp_port }}, API: {{ default_broker_settings.api_port }})
{{ _('Broker endpoints') }}
{% for instance in broker_instances %} {% endfor %}
{{ _('Name') }} {{ _('Base URL') }} {{ _('OCPP Port') }} {{ _('API Port') }} {{ _('Default') }} {{ _('Actions') }}
{% if instance.is_default %} {{ _('Default') }} {% endif %} {% if instance.source == 'config' %} config.json {% endif %}
{% if instance.editable %} {% endif %}