Fix grant rules display issue (#1627)

This commit is contained in:
Christophe Maudoux 2019-02-04 19:00:39 +01:00
parent 6a732ba2eb
commit 7f2d126579

View File

@ -9,11 +9,11 @@
</tr>
<tr>
<th><span trspan="rule"></span></th>
<td><input id="rule" class="form-control" ng-model="currentNode.re" ng-change="changeRuleTitle(currentNode)"/></td>
<td><input id="rule" class="form-control" ng-model="currentNode.data" ng-change="changeRuleTitle(currentNode)"/></td>
</tr>
<tr>
<th><span trspan="message"></span></th>
<td><textarea rows="3" id="rulemessage" class="form-control" ng-model="currentNode.data"/></td>
<td><textarea rows="3" id="rulemessage" class="form-control" ng-model="currentNode.re"/></td>
</tr>
</table>
</div>