[angular-18 | DONE | CHANGED]: natural-language-search.component.html: Added message on top of loading.
This commit is contained in:
parent
ec2a7fbda1
commit
b1fdcc494f
|
@ -41,6 +41,7 @@
|
|||
<ng-container *ngIf="queryPhrase">
|
||||
<div *ngIf="showLoading">
|
||||
<div class="uk-section">
|
||||
<div class="uk-text-center uk-text-small uk-text-primary">Your query is being processed. This may take a while. Please wait.</div>
|
||||
<loading></loading>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue