show tag options in web ui
This commit is contained in:
parent
0fb670598b
commit
f426fdb05d
1 changed files with 12 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#from kojiweb import util
|
||||
#import pprint
|
||||
|
||||
#include "includes/header.chtml"
|
||||
|
||||
|
|
@ -153,6 +154,17 @@
|
|||
<td colspan="2"><a href="tagdelete?tagID=$tag.id$util.authToken($self)">Delete tag</a></td>
|
||||
</tr>
|
||||
#end if
|
||||
#if $tag.get('extra')
|
||||
<tr>
|
||||
<th>Extra options:</th>
|
||||
</tr>
|
||||
#for $key in $tag['extra']
|
||||
<tr>
|
||||
<th>$key</th>
|
||||
<td>$pprint.pformat($tag['extra'][$key])</td>
|
||||
</tr>
|
||||
#end for
|
||||
#end if
|
||||
</table>
|
||||
|
||||
#include "includes/footer.chtml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue