Skip to content
GitLab
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
b0f06267
Commit
b0f06267
authored
Nov 08, 2021
by
Alexander Philipp Nowosad
Browse files
Fix feature model edit
parent
9fa91143
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/canvas/feature-model/feature-model-edit/feature-model-edit.component.html
View file @
b0f06267
...
...
@@ -42,7 +42,7 @@
</ng-template>
<div
class=
"my-3 alert alert-info container"
role=
"alert"
>
<p>
View and edit the feature
model
tree. You can:
</p>
<p>
View and edit the feature tree. You can:
</p>
<ul>
<li>
at the bottom of the page
...
...
@@ -68,7 +68,7 @@
<!-- List of Features -->
<div
class=
"my-3 p-3 bg-white rounded shadow-sm"
>
<h6
class=
"border-bottom border-gray pb-2 mb-0"
>
Model List
</h6>
<h6
class=
"border-bottom border-gray pb-2 mb-0"
>
Feature tree
</h6>
<div
class=
"row"
>
<div
class=
"col-sm-12"
>
...
...
@@ -142,6 +142,7 @@
</button>
</div>
<div
class=
"mt-4"
*ngIf=
"problems"
>
<!-- TODO: maybe rename -->
<h6>
Instantiation problems:
</h6>
<p
*ngIf=
"problems.length === 0"
>
No problems detected.
</p>
<ul
*ngIf=
"problems.length > 0"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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