Skip to content

Commit

Permalink
Add external id to actor overview
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwatkins73 committed Nov 30, 2023
1 parent f22cdba commit f0c5417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waltz-ng/client/actor/pages/actor-view/actor-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- HEADER -->
<waltz-page-header name="{{ ctrl.actor.name }}"
small="Actor"
small="{{ ctrl.actor.externalId || 'Actor'}}"
icon="user-circle">
<breadcrumbs>
<ol class="waltz-breadcrumbs">
Expand Down

0 comments on commit f0c5417

Please sign in to comment.