Merge pull request #1625 from girirajsharma/master

[KEYCLOAK-1787] Confirming password policy values with ENTER key deletes the first item in the table.
This commit is contained in:
Stian Thorgersen 2015-09-23 08:33:07 +02:00
commit d08fca4e0a

View file

@ -34,7 +34,7 @@
placeholder="No value assigned" min="1" required>
</td>
<td class="kc-action-cell">
<button class="btn btn-default btn-block btn-sm" ng-click="removePolicy($index)">Delete</button>
<button type="button" class="btn btn-default btn-block btn-sm" ng-click="removePolicy($index)">Delete</button>
</td>
</tr>
</tbody>