Skip to content

Commit c66e0df

Browse files
committed
adds application id into repository view to better differentiate between versions
1 parent 11fb499 commit c66e0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/repository/repository.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{{ app.displayName }}
4646
</div>
4747
<p-scrollPanel [style]="{width: '100%', height: '80px'}">
48-
{{ app.description }}
48+
<i>{{ app.id }}</i> - {{ app.description }}
4949
</p-scrollPanel>
5050
<p-footer>
5151
<button pButton type="button" (click)="openApplication(app.repositoryURL)"

0 commit comments

Comments
 (0)