Skip to content

Commit

Permalink
Merge pull request #4247 from jmgb27/remove-id-from-runs
Browse files Browse the repository at this point in the history
feat: removed id from runs list
  • Loading branch information
abuaboud committed Mar 25, 2024
2 parents 2cf043b + 0750316 commit fec6556
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
|date:'mediumDate'
}}, {{run.created |date:'h:mm:ss a' }}
</div>
<div class="ap-text-description ap-typography-caption ">{{run.id}}</div>

</div>
<div class="ap-flex-grow"></div>
Expand Down Expand Up @@ -54,4 +53,4 @@
</div>
</ng-template>

<ng-container *ngIf="showRun$ | async"></ng-container>
<ng-container *ngIf="showRun$ | async"></ng-container>

0 comments on commit fec6556

Please sign in to comment.