mirror of https://git.48k.eu/ogcp
templates: hide part table in client details with no partitions
Remove <table> with partition information in client details form when the selected client has no partition configuration.master
parent
dc1c630464
commit
0d2f38ac47
|
@ -80,6 +80,7 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
{% if setup|length > 0 %}
|
||||
<table class="table">
|
||||
<tbody class="text-center">
|
||||
<tr>
|
||||
|
@ -103,5 +104,6 @@
|
|||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue