summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/image_create.html
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-16 12:05:04 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-16 12:05:04 +0200
commit65d2d75ddb3670b39fdca0d67d87a8f48b797059 (patch)
tree971fdb097b99b820c649a5f7cccef8509d9a74a0 /ogcp/templates/actions/image_create.html
parent696a81fd1147e301dd69609558da387f17c57228 (diff)
templates: improve client report in image create view
Remove the line reporting the IP of the selected client. No other view does that and that information is already available in the client pills. Add client pills widget.
Diffstat (limited to 'ogcp/templates/actions/image_create.html')
-rw-r--r--ogcp/templates/actions/image_create.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/ogcp/templates/actions/image_create.html b/ogcp/templates/actions/image_create.html
index 0865ea0..c607b97 100644
--- a/ogcp/templates/actions/image_create.html
+++ b/ogcp/templates/actions/image_create.html
@@ -10,9 +10,7 @@
<h2 class="mx-5 subhead-heading">{{_('Create a partition image')}}</h2>
-<h2 class="mx-5">
- {{ _('Selected client') }}: {{ form.ip.data }}
-</h1>
+{{ macros.cmd_selected_clients(selected_clients) }}
{{ wtf.quick_form(form,
action=url_for('action_image_create'),