1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

fix ui:list openapi

This commit is contained in:
cyril 2016-06-27 17:08:18 +02:00
parent 8c90eab8ac
commit fb73fc23de

View File

@ -60,8 +60,8 @@
<i class="fa fa-times"></i> {{ 'reset_token' | translate }}
</button>
<button class="btn btn-default" ng-click="deleteClient($index)" ng-show="client.calls_count == 0">
<i class="fa fa-trash"></i> {{ 'delete' | translate }}
<button class="btn btn-danger" ng-click="deleteClient($index)" ng-show="client.calls_count == 0">
<i class="fa fa-trash"></i>
</button>
</div>
</td>