Skip to content

Commit

Permalink
Merge pull request #120 from chriskilding/support/show-credential-id-…
Browse files Browse the repository at this point in the history
…in-domain-wrapper-view

Show credential ID in DomainWrapper view
  • Loading branch information
jvz committed Feb 24, 2020
2 parents d8f76ae + 956140f commit 1564c4b
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<th>
<st:nbsp/>
</th>
<th>
${%ID}
</th>
<th>
${%Name}
</th>
Expand Down Expand Up @@ -78,7 +81,10 @@
</a>
</td>
<td>
<a href="credential/${c.urlName}" class='model-link inside' tooltip="${safeDescription}">${c.displayName}</a>
<a href="credential/${c.urlName}" class='model-link inside'>${c.id}</a>
</td>
<td>
${c.displayName}
</td>
<td>
${c.typeName}
Expand Down

0 comments on commit 1564c4b

Please sign in to comment.