Skip to content

Commit

Permalink
add template version to admin app
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius committed Feb 4, 2024
1 parent 848197f commit 0b354f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/templates/cedar/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ <h2>List of Cedar Metadata Templates</h2>
<thead>
<tr>
<th>Name</th>
<th>Version</th>
<th>Active</th>
</tr>
</thead>
Expand All @@ -26,6 +27,9 @@ <h2>List of Cedar Metadata Templates</h2>
{{ template.schema_name }}
</a>
</td>
<td>
{{ template.template_version }}
</td>
<td>
{{ template.active }}
</td>
Expand Down

0 comments on commit 0b354f4

Please sign in to comment.