Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Gottschalk
bmdl-expert-modeler
Commits
0b3dee03
Commit
0b3dee03
authored
Nov 22, 2021
by
Alexander Philipp Nowosad
Browse files
Add description and name of canvas model to create canvas
parent
ac40973b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/canvas/api/create-canvas/create-canvas.component.html
View file @
0b3dee03
...
...
@@ -28,7 +28,15 @@
</div>
<div
class=
"my-3 p-3 bg-white rounded shadow-sm"
>
<h6
class=
"border-bottom border-gray pb-2"
>
Canvas Artifact Preview
</h6>
<app-feature-model
[featureModel]=
"companyModel"
></app-feature-model>
<h6
class=
"border-bottom border-gray pb-2"
>
Canvas Artifact Preview: {{ companyModel.definition.name }}
</h6>
<section>
<app-feature-model
[featureModel]=
"companyModel"
></app-feature-model>
</section>
<section
class=
"mt-3"
*ngIf=
"companyModel.definition.description"
>
<h6>
Description
</h6>
<p
class=
"mb-0"
>
{{ companyModel.definition.description }}
</p>
</section>
</div>
</main>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment