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:
parent
8c90eab8ac
commit
fb73fc23de
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user