diff options
author | Eltanany Shaaban <shaaban.eltanany.ext@orange.com> | 2020-12-15 16:58:27 +0200 |
---|---|---|
committer | Eltanany Shaaban <shaaban.eltanany.ext@orange.com> | 2020-12-15 17:09:01 +0200 |
commit | 704f42ac8dbca2a1c261f320cfd4ed8089eaf1db (patch) | |
tree | d02047c955162fbef18f37402d8364366262f7e3 /cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html | |
parent | 981573b5b00cdb47cd9f2bbd002735ccc0c362fc (diff) |
Fixing script text editor window that closes suddenly
Issue-ID: CCSDK-3049
Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: I7923bab06244346dff83c05acd12f05d4f1e2350
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html')
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html index 3efc68838..b0f6a34ca 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html @@ -734,7 +734,7 @@ role="tab" aria-controls="nav-imports" aria-selected="false">DEFINITIONS</a> <a class="nav-item nav-link" id="nav-authentication-tab" data-toggle="tab" href="#nav-authentication" role="tab" aria-controls="nav-authentication" - aria-selected="false">EXTERNAL SYSTEM AUTHENTICATION PROPERTIES</a> + aria-selected="false">DSL PROPERTIES</a> <a class="nav-item nav-link" id="nav-topologytemplate-tab" data-toggle="tab" href="#nav-topologytemplate" role="tab" aria-controls="nav-authentication" aria-selected="false">Topology Template</a> @@ -860,4 +860,4 @@ </div> </div> </div> -</div>
\ No newline at end of file +</div> |