refactor
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2023-01-30 12:49:01 +01:00
parent 903a42683d
commit 3b94f916b7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<vn-vertical ng-if="$ctrl.clients.length" text-center class="vn-pa-md"> <vn-vertical ng-if="$ctrl.clients.length" text-center class="vn-pa-md">
<h5 translate ng-if="$ctrl.percentage != 100">Invoicing</h5> <h5 translate ng-if="$ctrl.percentage != 100">Invoicing</h5>
<h5 translate ng-if="$ctrl.percentage == 100">Ended process</h5> <h5 translate ng-if="$ctrl.percentage == 100">Ended process</h5>
<div> <div ng-if="$ctrl.percentage != 100">
{{'Current client id' | translate}}: {{$ctrl.currentClientId}} {{'Current client id' | translate}}: {{$ctrl.currentClientId}}
</div> </div>
<h6> <h6>