chore(itim): add placeholder for assigning service to a cluster
ref: #244 #71 #125
This commit is contained in:
@ -62,6 +62,33 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div style="display: block; width: 100%;">
|
||||
|
||||
<h3>Services</h3>
|
||||
|
||||
{% include 'icons/issue_link.html.j2' with issue=125 %}
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Ports</th>
|
||||
</tr>
|
||||
{% if item.services.all %}
|
||||
{% for device in item.devices.all %}
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
{% endfor%}
|
||||
{% else %}
|
||||
<tr>
|
||||
<td colspan="2"> Nothing Found</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<div style="display: block; width: 100%;">
|
||||
<h3>Config</h3>
|
||||
<pre>{{ item.config | json_pretty }}</pre>
|
||||
|
Reference in New Issue
Block a user