fix get_image_archive and web archiveinfo handler for non-images
This commit is contained in:
parent
fcd7b57e39
commit
5d8331cd49
2 changed files with 3 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
#end if
|
||||
</td>
|
||||
</tr>
|
||||
#if $archive.rootid
|
||||
#if 'rootid' in $archive and $archive.rootid
|
||||
<tr>
|
||||
<th colspan="2"><a href="rpmlist?imageID=$archive.id&type=image" title="RPMs that where installed to the image">Installed RPMs</a></th>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue