This is an automated email from the ASF dual-hosted git repository.

dyankiv pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new a0d92bd37 [DATALAB-2757] fixed visibility of total cost
     new 6120fd4bb Merge pull request #1493 from GennadiyShpak/fix/DATALAB-2757
a0d92bd37 is described below

commit a0d92bd379fe0f4f24f9ee3040b7f549f82c4ab2
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Fri Apr 15 09:38:31 2022 +0300

    [DATALAB-2757] fixed visibility of total cost
---
 .../app/reports/reporting/reporting-grid/reporting-grid.component.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/reports/reporting/reporting-grid/reporting-grid.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/reports/reporting/reporting-grid/reporting-grid.component.html
index b522b071c..2bd8a4656 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/reports/reporting/reporting-grid/reporting-grid.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/reports/reporting/reporting-grid/reporting-grid.component.html
@@ -49,7 +49,7 @@
           <mat-icon [ngClass]="{'highlight': isMaxRight | async 
}">keyboard_arrow_right</mat-icon>
         </button>
       </div>
-      <div class="totaL-item strong" >
+      <div class="totaL-item strong" *ngIf="reportData?.length">
         Total <span>{{fullReport.total_cost | localcurrency}}</span>
       </div>
     </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to