[ui] Show config options in harvest source details page
This commit is contained in:
parent
994590531e
commit
f02ee45aae
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue