You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dg...@apache.org on 2021/02/09 08:28:00 UTC

[incubator-datalab] 02/02: [DATALAB-2282]: Fixed SSN deployment error in stage of npm running

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

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

commit b6a720e83f26de16b8a9991c9257f8445b4ccbcc
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Tue Feb 9 10:26:22 2021 +0200

    [DATALAB-2282]: Fixed SSN deployment error in stage of npm running
---
 .../src/app/administration/configuration/configuration.component.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/configuration/configuration.component.html b/services/self-service/src/main/resources/webapp/src/app/administration/configuration/configuration.component.html
index a652999..6365210 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/configuration/configuration.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/configuration/configuration.component.html
@@ -87,7 +87,7 @@
                [disabled]="!(!services['provisioning'].isConfigChanged
                && !services['self-service'].isConfigChanged
                && !services['billing'].isConfigChanged)
-               && activeTab.index !== 2"
+               && activeTab.index !== 2">
 
         <h4>Edit provisioning.yml</h4>
         <div class="editor-wrap">


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