Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DSD-DBS/Capella-IFE-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Sep 20, 2024
2 parents 1468b54 + 089a25f commit d894510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% macro render_content(component, model, session) %}
{{ heading(2, component.name, session)}}
{{ heading(3, "Logical Component Context", session)}}
<workitem id="interface_partners">The figure below provides an overview of the logical subsystem and external entities that either require the functionality of <b>{{ component.name }}</b> (expect outputs) or enable it (provide inputs). The figure also identifies the interfaces between the subsystem and its environment.</workitem>
<workitem id="interface_partners-{{ component.uuid }}">The figure below provides an overview of the logical subsystem and external entities that either require the functionality of <b>{{ component.name }}</b> (expect outputs) or enable it (provide inputs). The figure also identifies the interfaces between the subsystem and its environment.</workitem>
{{ insert_work_item(component, session) }}
{{ heading(3, "Logical interface partners of " + component.name, session) }}

Expand Down

0 comments on commit d894510

Please sign in to comment.