Skip to content

Commit

Permalink
show restic tags to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinated92 committed Jun 5, 2024
1 parent c1ff081 commit c20a52b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions repmanv3/messages.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions share/dashboard/static/tab-cluster-backups.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<th width="20%">Time</th>
<th>Path</th>
<th width="20%">Hostname</th>

<th width="20%">Tags</th>
</tr>
<tr ng-repeat="bck in backups" ng-class="">
<td>{{bck.short_id}}</td>
<td>{{bck.time}}</td>
<td>{{bck.paths[0]}}</td>
<td>{{bck.hostname}}</td>

<td>{{bck.tags.join(', ')}}</td>
</tr>
</table>
</md-card>
Expand Down

0 comments on commit c20a52b

Please sign in to comment.