1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-10-31 19:44:16 +00:00

change iso path hint

This commit is contained in:
catborise 2022-11-29 15:49:17 +03:00
parent 6d9025ea20
commit 8e1c3fa03b

View file

@ -235,7 +235,7 @@
<div class="row">
<label class="col-sm-3 col-form-label">{% trans "Path" %}</label>
<div class="col-sm-6">
<input type="text" class="form-control" name="target" value="/var/www/webvirtmgr/images" required pattern="[a-zA-Z0-9\/\-_]+">
<input type="text" class="form-control" name="target" value="/var/lib/libvirt/iso" required pattern="[a-zA-Z0-9\/\-_]+">
</div>
</div>
</div>