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:04 UTC

[incubator-dlab] branch DLAB-1589 created (now 5953b1e)

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

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


      at 5953b1e  [DLAB-1587]: Added value of service

This branch includes the following new commits:

     new 5953b1e  [DLAB-1587]: Added value of service

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


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

Posted by dg...@apache.org.
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