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
363db8cc
Commit
363db8cc
authored
Nov 22, 2021
by
Alexander Philipp Nowosad
Browse files
Fix form row representation
parent
71dbd296
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/canvas/instances/example/example.component.html
View file @
363db8cc
...
...
@@ -282,7 +282,7 @@
<h6
class=
"border-bottom border-gray pb-2 mb-0"
>
Compare
</h6>
<div
class=
"text-muted pt-3"
>
<form
[formGroup]=
"selectOtherInstanceForm"
(ngSubmit)=
"compare()"
>
<div
class=
"form-group row"
>
<div
class=
"form-group
form-
row"
>
<label
for=
"instance"
class=
"col-sm-4 col-form-label"
>
Business Model
</label
>
...
...
@@ -303,7 +303,7 @@
</select>
</div>
</div>
<div
class=
"form-group row"
>
<div
class=
"form-group
form-
row"
>
<div
class=
"col-sm-12"
>
<button
*ngIf=
"compareInstance === null"
...
...
@@ -331,7 +331,7 @@
<h6
class=
"border-bottom border-gray pb-2 mb-0"
>
Show pattern
</h6>
<div
class=
"text-muted pt-3"
>
<form
[formGroup]=
"selectPatternForm"
(ngSubmit)=
"showPattern()"
>
<div
class=
"form-group row"
>
<div
class=
"form-group
form-
row"
>
<label
for=
"pattern"
class=
"col-sm-4 col-form-label"
>
Pattern
</label>
<div
class=
"col-sm-8"
>
<select
id=
"pattern"
formControlName=
"pattern"
class=
"form-control"
>
...
...
@@ -343,7 +343,7 @@
</select>
</div>
</div>
<div
class=
"form-group row"
>
<div
class=
"form-group
form-
row"
>
<div
class=
"col-sm-12"
>
<button
*ngIf=
"patternInstance === null"
...
...
src/app/canvas/instances/instance-form/instance-form.component.html
View file @
363db8cc
<form
[formGroup]=
"instanceForm"
(ngSubmit)=
"submitForm()"
>
<div
class=
"form-group row"
>
<div
class=
"form-group
form-
row"
>
<label
for=
"name"
class=
"col-sm-4 col-form-label"
>
Instance Name
</label>
<div
class=
"col-sm-8"
>
<input
...
...
@@ -10,7 +10,7 @@
/>
</div>
</div>
<div
class=
"form-group row"
>
<div
class=
"form-group
form-
row"
>
<label
for=
"description"
class=
"col-sm-4 col-form-label"
>
Instance Description
</label
>
...
...
@@ -23,7 +23,7 @@
/>
</div>
</div>
<div
class=
"form-group row"
>
<div
class=
"form-group
form-
row"
>
<div
class=
"col-sm-12"
>
<button
type=
"submit"
...
...
Write
Preview
Supports
Markdown
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