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/01/03 09:26:18 UTC

[incubator-dlab] branch develop updated: [DLAB-1416]: Changed icons for creating project (#516)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 3537767  [DLAB-1416]: Changed icons for creating project (#516)
3537767 is described below

commit 3537767fad3442ade1574cff4d5717767cfbc375
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Fri Jan 3 11:26:09 2020 +0200

    [DLAB-1416]: Changed icons for creating project (#516)
---
 .../src/main/resources/webapp/src/app/shared/material.module.ts      | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/services/self-service/src/main/resources/webapp/src/app/shared/material.module.ts b/services/self-service/src/main/resources/webapp/src/app/shared/material.module.ts
index 44f2ca3..c677b05 100644
--- a/services/self-service/src/main/resources/webapp/src/app/shared/material.module.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/shared/material.module.ts
@@ -51,6 +51,7 @@ import { MatTableModule } from '@angular/material/table';
 import { MatTabsModule } from '@angular/material/tabs';
 import { MatToolbarModule } from '@angular/material/toolbar';
 import { MatTooltipModule } from '@angular/material/tooltip';
+import {STEPPER_GLOBAL_OPTIONS} from "@angular/cdk/stepper";
 
 @NgModule({
   exports: [
@@ -96,6 +97,10 @@ import { MatTooltipModule } from '@angular/material/tooltip';
         }
       },
     },
+    {
+      provide: STEPPER_GLOBAL_OPTIONS,
+      useValue: { displayDefaultIndicatorType: false }
+    }
   ],
 })
 


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