You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/02/25 13:25:05 UTC

[incubator-dlab] 01/01: [DLAB-1587]: Added value of service

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

dgnatyshyn pushed a commit to branch DLAB-1589
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 5953b1eabb9e085a16545ba9a642e77db159190f
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Tue Feb 25 15:24:31 2020 +0200

    [DLAB-1587]: Added value of service
---
 .../src/app/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/reporting/reporting-grid/reporting-grid.component.html b/services/self-service/src/main/resources/webapp/src/app/reporting/reporting-grid/reporting-grid.component.html
index 0de22de..1f5513d 100644
--- a/services/self-service/src/main/resources/webapp/src/app/reporting/reporting-grid/reporting-grid.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/reporting/reporting-grid/reporting-grid.component.html
@@ -124,7 +124,7 @@
       </th>
       <td mat-cell *matCellDef="let element">
         {{ element['service'] }}
-        <span *ngIf="element.resource_type">({{ element.resource_type }})</span>
+        <span *ngIf="element.product">{{ element.product }}</span>
       </td>
       <td mat-footer-cell *matFooterCellDef class="table-footer"></td>
     </ng-container>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org