Skip to content
Snippets Groups Projects
Commit a60ee06d authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

* description of tools

parent 0342a6f7
No related branches found
No related tags found
No related merge requests found
Pipeline #1652662 passed
......@@ -3,7 +3,7 @@
Result Importer
</h3>
<p i18n="@@controlCenterResultImportDescription">
Enter JSON based results to import to the lrs. Please select an analytics to import the results.
Enter JSON-formatted results to import into the LRS. Please select an analytics report to import the results into. Details about the result structure can be found in the documentation.
</p>
<nz-select [(ngModel)]="selectedAnalysis" placeholder="Select Analytics">
<nz-option *ngFor="let provider of this.analyticsToken" [nzValue]="provider" [nzLabel]="provider.name"></nz-option>
......@@ -22,7 +22,7 @@
Result Filter
</h3>
<p i18n="@@controlCenterResultImportDescription">
Enter JSON based results to import to the lrs. Please select an analytics to import the results.
Query the LRS results with an optional filter. Details about the structure of the filter can be found in the documentation.
</p>
<nz-select [(ngModel)]="selectedAnalysis" placeholder="Select Analytics">
<nz-option *ngFor="let provider of this.analyticsToken" [nzValue]="provider" [nzLabel]="provider.name"></nz-option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment