Skip to content

Commit 2f06be7

Browse files
authored
Merge pull request #217 from Vafilor/feat/onepanelio.core.758-link.to.workflow.template
feat: added workflow template link in workflow execution page
2 parents 48f6bb8 + bea3fb9 commit 2f06be7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/workflow/workflow-view/workflow-view.component.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@
6262
</div>
6363
</div>
6464
<div class="d-flex align-items-baseline font-roboto font-size-small color-medium-gray mt-3">
65-
<div>
65+
<div *ngIf="workflow">
66+
Template: <a [routerLink]="['/', this.namespace, 'workflow-templates', workflow.workflowTemplate.uid]">{{workflow.workflowTemplate.name}}</a>
67+
</div>
68+
<div class="ml-5">
6669
Started:
6770
<app-date *ngIf="workflow" [dateTime]="startedAt"></app-date>
6871
</div>

0 commit comments

Comments
 (0)