Skip to content

Commit

Permalink
chore: update nx ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed May 2, 2024
1 parent 0d655d1 commit e9a4105
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .nxignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
deploy/
deploy/
dist/
cache/
dev/
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<span class="description"> {{ (selectedStepResult.duration || 1) | number: '1.0-1' }} ms </span>
</div>
<div class="ap-flex ap-flex-col ap-gap-8 ap-mb-4">
<ap-json-viewer class="json-viewer" viewTitle="Input" i18n-viewTitle [content]="selectedStepResult.input"
<ap-json-viewer class="json-viewer" viewTitle="Input" i18n-title [content]="selectedStepResult.input"
></ap-json-viewer>
<ap-json-viewer viewTitle="Output" i18n-viewTitle
<ap-json-viewer viewTitle="Output" i18n-title
[content]="selectedStepResult.errorMessage ?? selectedStepResult.output"></ap-json-viewer>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
{{ res.date | timeago:true}}
</div>
<div class="ap-mb-8">
<ap-json-viewer viewTitle="Output" i18n-viewTitle [content]="res.output"></ap-json-viewer>
<ap-json-viewer viewTitle="Output" i18n-title [content]="res.output"></ap-json-viewer>
</div>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</mat-option>
</mat-select>
</mat-form-field>
<ap-json-viewer class="json-viewer" viewTitle="Output" i18n-viewTitle
<ap-json-viewer class="json-viewer" viewTitle="Output" i18n-title
[content]="selectedDataControl.value"></ap-json-viewer>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="ap-typography-caption ap-text-description ap-my-2" i18n>
This sample data can be used in the next steps
</div>
<ap-json-viewer class="json-viewer" viewTitle="Output" i18n-viewTitle
<ap-json-viewer class="json-viewer" viewTitle="Output" i18n-title
[content]="selectedDataControl.value"></ap-json-viewer>
</ng-container>
<ng-container *ngIf="currentResults.length === 0 && hasBeenTested">
Expand Down

0 comments on commit e9a4105

Please sign in to comment.