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

hshpak pushed a commit to branch feat/DATALAB-2646/create-HDInside-on-Azure
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to 
refs/heads/feat/DATALAB-2646/create-HDInside-on-Azure by this push:
     new 127bd7b90 minor fix
127bd7b90 is described below

commit 127bd7b909776886a300c9ec1306f27684dc1db9
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Tue Aug 23 13:53:50 2022 +0300

    minor fix
---
 .../computational-resource-create-dialog.component.html            | 7 +------
 1 file changed, 1 insertion(+), 6 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 c4514f134..96bf04ec4 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
@@ -424,12 +424,7 @@
           </button>
           <button
             mat-raised-button
-            [ngClass]="{'not-allowed': !resourceForm?.valid
-              || (selectedImage?.image === 'docker.datalab-dataengine-service' 
&& !resourceForm.value.shape_slave)
-              || (selectedImage?.image === 'docker.datalab-dataengine-service' 
&& !resourceForm.value.version) }"
-            [disabled]="!resourceForm?.valid
-              || (!resourceForm.value.shape_slave)
-              || (selectedImage?.image === 'docker.datalab-dataengine-service' 
&& !resourceForm.value.version)"
+
             type="button"
             (click)="createComputationalResource(resourceForm.value)"
             class="butt butt-success action"


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

Reply via email to