summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.html
diff options
context:
space:
mode:
authorAhmedeldeeb50 <ahmed.eldeeb.ext@orange.com>2021-01-24 13:30:30 +0200
committerAhmedeldeeb50 <ahmed.eldeeb.ext@orange.com>2021-01-24 13:30:30 +0200
commit0923429c15660d6244b9fecd7ef7ef2877cba5c1 (patch)
treea898b6290767a04df3696b2c0f6be16f4af8c480 /cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.html
parentadcd4f2bc695840e9ecbc05003bc52c675f22fec (diff)
enable user to add sources to the Dictionary
Issue-ID: CCSDK-3083 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Ia8365cbad47d40849a65162829cee1c812bf433b
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.html')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.html
index 26857e600..00d6e31d3 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.html
@@ -115,7 +115,7 @@
autofocus #nameit (focusout)="saveDictionaryToStore()">METADATA</a>
<a class="nav-item nav-link" id="nav-source-tab" data-toggle="tab" href="#nav-source"
role="tab" aria-controls="nav-source" aria-selected="false">SOURCES</a>
- <a class="nav-item nav-link edit-button" id="nav-editor-tab" data-toggle="tab"
+ <a class="nav-item nav-link edit-button" (click)="saveDictionaryToStore()" id="nav-editor-tab" data-toggle="tab"
href="#nav-editor" role="tab" aria-controls="nav-editor" aria-selected="false">EDITOR
MODE</a>
</div>