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:52 UTC

[incubator-datalab] branch develop updated: [DATALAB-2282]: Fixed SSN deployment error (#1066)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new c946031  [DATALAB-2282]: Fixed SSN deployment error (#1066)
c946031 is described below

commit c94603193b1a851814fae72376b2cd8bad06de66
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Tue Feb 9 10:28:44 2021 +0200

    [DATALAB-2282]: Fixed SSN deployment error (#1066)
    
     [DATALAB-2282]: Fixed SSN deployment error
---
 .../src/app/administration/configuration/configuration.component.html   | 2 +-
 .../src/app/administration/configuration/configuration.component.ts     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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">
diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/configuration/configuration.component.ts b/services/self-service/src/main/resources/webapp/src/app/administration/configuration/configuration.component.ts
index 0f6e5b4..2e416d2 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/configuration/configuration.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/configuration/configuration.component.ts
@@ -146,7 +146,7 @@ export class ConfigurationComponent implements OnInit, OnDestroy {
     } else if (this.activeTab.index === 2) {
       this.activeService = 'provisioning';
     } else if (this.activeTab.index === 3) {
-      this.activeService = 'billing-service';
+      this.activeService = 'billing';
     } else {
       this.activeService = '';
     }


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