Skip to content

Commit

Permalink
Ref UI
Browse files Browse the repository at this point in the history
  • Loading branch information
pantsel committed Dec 30, 2018
1 parent aef2e04 commit e35ef72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/app/snapshots/views/snapshots-list.html
Original file line number Diff line number Diff line change
@@ -55,7 +55,8 @@
<tr data-ng-repeat="snapshot in snapshots">
<td><strong>{{snapshot.name || 'undefined'}}</strong></td>
<td>
{{snapshot.kong_node_name}} <span class="label label-danger">v{{snapshot.kong_version.split("-").join(".")}}</span>
{{snapshot.kong_node_name}}<br>
<span class="label label-danger">v{{snapshot.kong_version.split("-").join(".")}}</span>
</td>
<td>{{snapshot.createdAt | date : "MMM d, y @HH:mm"}}</td>
<td>

0 comments on commit e35ef72

Please sign in to comment.