summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-02-23 15:39:34 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-02-24 17:05:12 +0100
commitcc008a0e628ace4ff8e94c6c7f94b87fe7839edd (patch)
tree94321ce2b681f81b9dd256940aa844b3f29f2ca5 /ogcp/templates/actions
parentee2e7a86dda2b93223716d81f78f0885f9cfe032 (diff)
Remove unused code in image creation template
Remove code to draw selected clients. Image creation template do not use it because only operates one client.
Diffstat (limited to 'ogcp/templates/actions')
-rw-r--r--ogcp/templates/actions/image_create.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/ogcp/templates/actions/image_create.html b/ogcp/templates/actions/image_create.html
index 3542cd2..6d1d58e 100644
--- a/ogcp/templates/actions/image_create.html
+++ b/ogcp/templates/actions/image_create.html
@@ -7,12 +7,6 @@
<h2 class="mx-5">Selected client: {{ form.ip.data }}</h1>
-<ul class="list-group mx-5 list-group-horizontal-sm">
-{% for ip in ip_list %}
- <li class="list-group-item flex-fill list-group-item-info">{{ ip }}</li>
-{% endfor %}
-</ul>
-
{{ wtf.quick_form(form,
action=url_for('action_image_create'),
method='post',