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
d5cb97ac
Commit
d5cb97ac
authored
Nov 22, 2021
by
Alexander Philipp Nowosad
Browse files
Rename building block/method to development step
parent
0b3dee03
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/app/canvas/api/step-errors/step-errors.component.html
View file @
d5cb97ac
...
...
@@ -26,7 +26,7 @@
>
<div
class=
"alert alert-info my-3"
>
<p>
Selected
building block
is currently not executed or has been canceled.
Selected
development step
is currently not executed or has been canceled.
</p>
<p
class=
"mb-0"
>
<a
...
...
@@ -80,7 +80,7 @@
processApiService.runningMethod.executionId
]"
>
Go back to
building block
overview
Go back to
development step
overview
</a>
</p>
</div>
...
...
src/app/development-process-view/kanban-board/kanban-board.component.html
View file @
d5cb97ac
...
...
@@ -18,7 +18,7 @@
class=
"btn btn-xs btn-dark mr-1 mb-1"
(click)=
"viewNode.emit(info.nodeId)"
>
Show
method
in process
Show
development step
in process
</button>
<button
class=
"btn btn-xs btn-info mr-1 mb-1"
...
...
@@ -54,7 +54,7 @@
class=
"btn btn-xs btn-dark mr-1 mb-1"
(click)=
"viewNode.emit(info.nodeId)"
>
Show
method
in process
Show
development step
in process
</button>
<button
class=
"btn btn-xs btn-info mr-1 mb-1"
...
...
@@ -83,7 +83,7 @@
class=
"btn btn-xs btn-dark mr-1 mb-1"
(click)=
"viewNode.emit(info.nodeId)"
>
Show
method
in process
Show
development step
in process
</button>
<button
class=
"btn btn-xs btn-dark mr-1 mb-1"
...
...
src/app/development-processes/running-process-method/running-process-method.component.html
View file @
d5cb97ac
...
...
@@ -30,7 +30,7 @@
<main
*ngIf=
"runningMethod === null"
role=
"main"
>
<div
class=
"alert alert-info container my-3"
>
<p>
This
building block
does not exist or is not executed.
</p>
<p>
This
development step
does not exist or is not executed.
</p>
<p
class=
"mb-0"
>
<a
[routerLink]=
"[
...
...
@@ -60,7 +60,7 @@
>
<h6
class=
"pb-2 mb-0"
>
Steps
</h6>
<button
class=
"btn btn-sm btn-warning"
(click)=
"abortMethodExecution()"
>
Abort
method
execution
Abort
development step
execution
</button>
</div>
<div
class=
"d-flex"
>
...
...
@@ -85,7 +85,7 @@
[class.disabled]=
"getState() > getStateExecution()"
[attr.aria-disabled]=
"getState() > getStateExecution()"
>
Execute
Building Block
<span
Execute
Development Step
<span
*ngIf=
"getStateExecution() === getState()"
class=
"sr-only"
>
...
...
@@ -123,7 +123,7 @@
*ngIf=
"getState() > getStateInputSelection()"
class=
"my-3 p-3 bg-white rounded shadow-sm"
>
<h6
class=
"border-bottom border-gray pb-2"
>
Building Block
Overview
</h6>
<h6
class=
"border-bottom border-gray pb-2"
>
Development Step
Overview
</h6>
<app-development-method-summary
[decision]=
"runningMethod.decision"
[inputArtifacts]=
"runningMethod.inputArtifacts"
...
...
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