Skip to content

Commit 4ed38c9

Browse files
cmangeatOCurdyjosegar74
authored
Add UUID display to directory entries (#9182)
* Add UUID display to directory entries * Update web-ui/src/main/resources/catalog/templates/editor/directory.html Co-authored-by: Jose García <josegar74@gmail.com> --------- Co-authored-by: Olivier Curdy <91627293+OCurdy@users.noreply.github.com> Co-authored-by: Jose García <josegar74@gmail.com>
1 parent 5402612 commit 4ed38c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web-ui/src/main/resources/catalog/templates/editor/directory.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ <h5 class="btn-group" data-ng-show="user.canCreateTemplate()">
216216
data-gn-humanize-time="{{md.changeDate}}"
217217
data-from-now=""
218218
></small>
219+
<br />
220+
<small><span translate>uuid</span>: {{md.uuid}}</small>
219221
</div>
220222

221223
<div class="flex-spacer flex-grow"></div>

0 commit comments

Comments
 (0)