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/05 16:07:58 UTC

[incubator-dlab] branch DLAB-1509 updated: [DLAB-1509]: Small fix

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

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


The following commit(s) were added to refs/heads/DLAB-1509 by this push:
     new ae8b326  [DLAB-1509]: Small fix
ae8b326 is described below

commit ae8b3269be079fd69776a7d3d951e4a006da7b48
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Wed Feb 5 18:07:38 2020 +0200

    [DLAB-1509]: Small fix
---
 .../src/main/resources/webapp/src/app/reporting/reporting.component.ts  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/reporting/reporting.component.ts b/services/self-service/src/main/resources/webapp/src/app/reporting/reporting.component.ts
index bd8be6b..1768440 100644
--- a/services/self-service/src/main/resources/webapp/src/app/reporting/reporting.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/reporting/reporting.component.ts
@@ -68,7 +68,7 @@ export class ReportingComponent implements OnInit, OnDestroy {
   data: any;
   billingEnabled: boolean;
   admin: boolean;
-  private PROVIDER: string;
+  public PROVIDER: string;
 
   constructor(
     private billingReportService: BillingReportService,


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