Skip to content

Commit

Permalink
Remove parent deployment from process definition view
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed May 22, 2018
1 parent a603153 commit 1fde4e6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ <h2>{{definition.name &amp;&amp; definition.name +" - " || ""}}{{definition.id}}
<tr class="property">
<td class="property-name" translate="PROCESS-DEFINITION.DEPLOYMENT"></td>
<td><a ng-click="openDeployment(definition.deploymentId)"><i class="glyphicon glyphicon-zoom-in"></i> {{definition.deploymentId}}</a></td>
<td class="property-name" translate="PROCESS-DEFINITION.PARENT-DEPLOYMENT"></td>
<td><a ng-click="openParentDeployment(definition.parentDeploymentId)"><i class="glyphicon glyphicon-zoom-in"></i> {{definition.parentDeploymentId}}</a></td>
</tr>
<tr class="property">
<td class="property-name" translate="PROCESS-DEFINITION.START-FORM-DEFINED"></td>
Expand Down

0 comments on commit 1fde4e6

Please sign in to comment.