iotronic-ui/iotronic_ui/iot/boards/templates/boards/_detachport.html

9 lines
221 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Detach one or more attached ports from the board." %}</p>
{% endblock %}