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/29 12:23:58 UTC

[incubator-dlab] 02/03: Default Changelist

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

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

commit 231f2cca247de11718579a10d1e9121a0c2e476d
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Wed Jan 29 14:23:05 2020 +0200

    Default Changelist
---
 .../administration/legion-deployment/legion-deployment.component.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/legion-deployment/legion-deployment.component.html b/services/self-service/src/main/resources/webapp/src/app/administration/legion-deployment/legion-deployment.component.html
index 3b98588..632180e 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/legion-deployment/legion-deployment.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/legion-deployment/legion-deployment.component.html
@@ -18,7 +18,7 @@
   -->
 
 
-<div class="base-retreat">
+<div class="base-retreat" *ngIf="PROVIDER === 'gcp'">
   <div class="sub-nav">
     <div>
       <button mat-raised-button class="butt butt-create" (click)="createLegionCluster()">


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