Skip to content

Commit

Permalink
Merged master-portable into master
Browse files Browse the repository at this point in the history
  • Loading branch information
oas committed Jul 1, 2022
1 parent a61a451 commit 411083f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ workflows:
tags:
only: /.*/

#- publish_container:
# requires:
# - build_server
# filters:
# branches:
# ignore: /.*/
# tags:
# only: /.*/
- publish_container:
requires:
- build_server
filters:
branches:
ignore: /.*/
tags:
only: /.*/
4 changes: 2 additions & 2 deletions client/src/pages/_workspace/documentation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<type-documentation v-bind:type="{name: input.name, type: input.returnType, collection: false, allowedValues: null}" v-bind:root="true" class="mt-2"/>
</template>
</template>
<p class="mb-2 text-muted" v-else>The model does not contain any decisions.</p>
<p class="mb-2 text-muted" v-else>The model does not contain any inputs.</p>

<h4 class="mt-2">{{modelIndex + 2}}.3. Knowledge Models</h4>
<template v-if="model.knowledgeModels.length > 0">
Expand Down Expand Up @@ -179,7 +179,7 @@
</table>
</template>
</template>
<p class="mb-2 text-muted" v-else>The model does not contain any decisions.</p>
<p class="mb-2 text-muted" v-else>The model does not contain any decision services.</p>
</template>
</div>
<div class="page" v-else>
Expand Down

0 comments on commit 411083f

Please sign in to comment.