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:25:21 UTC

[incubator-dlab] branch DLAB-1416 created (now a4ef43c)

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

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


      at a4ef43c  [DLAB-1416]: Changed icons for creating project

This branch includes the following new commits:

     new a4ef43c  [DLAB-1416]: Changed icons for creating project

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-1416]: Changed icons for creating project

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a4ef43c7abf5430435a5b1331450649eef969a8b
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Fri Jan 3 11:24:57 2020 +0200

    [DLAB-1416]: Changed icons for creating project
---
 .../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