Skip to content

Commit

Permalink
adds application id into repository view to better differentiate betw…
Browse files Browse the repository at this point in the history
…een versions
  • Loading branch information
nyuuyn committed Mar 5, 2021
1 parent 11fb499 commit c66e0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/repository/repository.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{{ app.displayName }}
</div>
<p-scrollPanel [style]="{width: '100%', height: '80px'}">
{{ app.description }}
<i>{{ app.id }}</i> - {{ app.description }}
</p-scrollPanel>
<p-footer>
<button pButton type="button" (click)="openApplication(app.repositoryURL)"
Expand Down

0 comments on commit c66e0df

Please sign in to comment.