Skip to content

Commit 608327b

Browse files
committed
Merge pull request #136 from paxtonhare/135_create_conformance_not_working
fixed #135 - create conformance flow not working
2 parents 67226b7 + 90356b1 commit 608327b

File tree

1 file changed

+1
-1
lines changed
  • quick-start/src/main/resources/static/top

1 file changed

+1
-1
lines changed

quick-start/src/main/resources/static/top/flows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3><i ng-class="flow.synched ? 'fa fa-file-text-o sycned' : 'fa fa-file-text-o
1111
</li>
1212
</ul>
1313
<div class="divider"></div>
14-
<h2>Conformance Flows</h2><button type="submit" name="newConformFlow" class="btn btn-primary" ng-click="createFlow(status.selectedEntity.entityName, 'conform')">New</button>
14+
<h2>Conformance Flows</h2><button type="submit" name="newConformFlow" class="btn btn-primary" ng-click="createFlow(status.selectedEntity.entityName, 'conformance')">New</button>
1515
<ul>
1616
<li class="nav" ng-repeat="flow in status.selectedEntity.conformFlows">
1717
<h3><i ng-class="flow.synched ? 'fa fa-file-text-o sycned' : 'fa fa-file-text-o unsycned'"></i>{{flow.flowName}}</h3>

0 commit comments

Comments
 (0)