Fix placeholder value (MR !111)

This commit is contained in:
Christophe Maudoux 2019-12-03 12:22:59 +01:00
parent 1bcc9325c1
commit 3f40c70ae5

View File

@ -33,7 +33,7 @@
<input type="number" class="form-control" ng-model="s.level"/>
</td>
<td ng-if="s.re=='default'">
<input class="form-control" placeholder="defaultLevel" readonly/>
<input class="form-control" placeholder="default" readonly/>
</td>
<td>
<span ng-if="s.re!='default'" class="link text-danger glyphicon glyphicon-minus-sign" ng-click="del(currentNode.nodes,$index)"/>