component/control: Fix typo in template
This commit is contained in:
parent
f6f24670c2
commit
6d9c83c842
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{ range .Info.Backups }}
|
||||
{{ range .Backups }}
|
||||
<tr>
|
||||
<td>
|
||||
<code class="path">{{ .Path }}</code>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue