Commit 40038589 by kevalbhatt

ATLAS-3018 : UI - classification search table shows then Basic search text with…

ATLAS-3018 : UI - classification search table shows then Basic search text with loader which is incorrect
parent a5f971a3
......@@ -53,7 +53,8 @@
</div>
</div>
<div id="r_searchResultTableLayoutView">
<h1><b>{{searchType}}</b></h1> {{#if entityCreate}}
{{#if isSearchTab}}<h1><b>{{searchType}}</b></h1>{{/if}}
{{#if entityCreate}}
<div class="entityLink" style="display:none">
<p class="entityLink">Search Atlas for existing entities or
<a href="javascript:void(0)" data-id='createEntity'> create new entity </a>
......
......@@ -75,7 +75,8 @@ define(['require',
return {
entityCreate: Globals.entityCreate,
searchType: this.searchType,
fromView: this.fromView
fromView: this.fromView,
isSearchTab: Utils.getUrlState.isSearchTab()
};
},
/** ui events hash */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment