Skip to content

Commit ea4e37b

Browse files
committed
feat(ComputerModel,MonitorModel,NetworkEquipmentodel): explicitly describe the scope of expected values
1 parent a494309 commit ea4e37b

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

templates/computermodel.html.twig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
{% import "@carbon/components/form/fields_macros.html.twig" as carbonFields %}
3535

3636
{% block form_fields %}
37+
38+
<div class="row">
39+
{{ __('The impacts below shall include the manufacturing, disposal and recycling processes only.', 'carbon') }}
40+
</div>
41+
3742
{% for key, field_description in criterias %}
3843
{% set criteria = key %}
3944
{% set criteria_source = key ~ '_source' %}

templates/monitormodel.html.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
{% import "@carbon/components/form/fields_macros.html.twig" as carbonFields %}
3535

3636
{% block form_fields %}
37+
<div class="row">
38+
{{ __('The impacts below shall include the manufacturing, disposal and recycling processes only.', 'carbon') }}
39+
</div>
40+
3741
{% for key, field_description in criterias %}
3842
{% set criteria = key %}
3943
{% set criteria_source = key ~ '_source' %}

templates/networkequipmentmodel.html.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
{% import "@carbon/components/form/fields_macros.html.twig" as carbonFields %}
3535

3636
{% block form_fields %}
37+
<div class="row">
38+
{{ __('The impacts below shall include the manufacturing, disposal and recycling processes only.', 'carbon') }}
39+
</div>
40+
3741
{% for key, field_description in criterias %}
3842
{% set criteria = key %}
3943
{% set criteria_source = key ~ '_source' %}

0 commit comments

Comments
 (0)