Adding depends to the table
This commit is contained in:
@ -35,7 +35,8 @@
|
||||
<th>Repo</th>
|
||||
<th>Version</th>
|
||||
<th>Size</th>
|
||||
<th>Desc</th>
|
||||
<th>Description</th>
|
||||
<th>Dependencies</th>
|
||||
</tr>
|
||||
{{range .pkgs}}
|
||||
<tr>
|
||||
@ -44,6 +45,7 @@
|
||||
<td>{{.Ver }}</td>
|
||||
<td>{{.Size}}</td>
|
||||
<td>{{.Desc}}</td>
|
||||
<td>{{.Deps}}</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user