Added bom import to ApplicationAvailabilityFunctionalTest

This commit is contained in:
Jan Böhmer 2023-03-16 23:39:28 +01:00
parent e444388517
commit f3449babc1
3 changed files with 11 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{% extends "main_card.html.twig" %}
{% block title %}{% trans %}project.add_parts_to_project{% endtrans %}{% endblock %}
{% block title %}{% trans %}project.import_bom{% endtrans %}{% endblock %}
{% block before_card %}
{% if errors %}
@ -20,8 +20,8 @@
{% block card_title %}
<i class="fa-solid fa-magnifying-glass-plus fa-fw"></i>
{% trans %}project.add_parts_to_project{% endtrans %}{% if project %}: <i>{{ project.name }}</i>{% endif %}
<i class="fa-solid fa-file-import fa-fw"></i>
{% trans %}project.import_bom{% endtrans %}{% if project %}: <i>{{ project.name }}</i>{% endif %}
{% endblock %}
{% block card_content %}