[ui] Show config options in harvest source details page

This commit is contained in:
Adrià Mercader 2011-11-18 14:35:46 +00:00
parent 994590531e
commit f02ee45aae
1 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,15 @@
<th>Description</th> <th>Description</th>
<td>${c.source.description}</td> <td>${c.source.description}</td>
</tr> </tr>
<tr>
<th>Configuration</th>
<py:if test="c.source.config">
<td>${c.source.config}</td>
</py:if>
<py:if test="not c.source.config">
<td>-</td>
</py:if>
</tr>
<tr> <tr>
<th>User</th> <th>User</th>
<td>${c.source.user_id}</td> <td>${c.source.user_id}</td>