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

hshpak pushed a commit to branch cluste-type-for-azure
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/cluste-type-for-azure by this 
push:
     new a7a46127c changed create button style
a7a46127c is described below

commit a7a46127ce51e4434864e1edd78a02daa6a40ca5
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Tue Aug 16 14:04:01 2022 +0300

    changed create button style
---
 .../computational-resource-create-dialog.component.html            | 7 -------
 1 file changed, 7 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/computational-resource-create-dialog.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/computational-resource-create-dialog.component.html
index 8387e9637..635188ee5 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/computational-resource-create-dialog.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/computational-resource-create-dialog.component.html
@@ -421,14 +421,7 @@
           <button
             mat-raised-button
             type="button"
-            [disabled]="!resourceForm?.valid
-              || (!resourceForm.value.shape_slave)
-              || (selectedImage?.image === 'docker.datalab-dataengine-service' 
&& !resourceForm.value.version)"
-            (click)="createComputationalResource(resourceForm.value)"
             class="butt butt-success action"
-            [ngClass]="{'not-allowed': !resourceForm?.valid
-              || (selectedImage?.image === 'docker.datalab-dataengine-service' 
&& !resourceForm.value.shape_slave)
-              || (selectedImage?.image === 'docker.datalab-dataengine-service' 
&& !resourceForm.value.version) }"
           >
             Create
           </button>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to