1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Fixed create net alias

This commit is contained in:
Retspen 2015-04-21 15:58:56 +03:00
parent 1fcb49ffc8
commit eda0a390fa
3 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@
<div class="form-group bridge_name_form_group">
<label class="col-sm-4 control-label">{% trans "Bridge Name" %}</label>
<div class="col-sm-6">
<input type="text" class="form-control" name="bridge_name" placeholder="br0" pattern="[a-z0-9\-_]+">
<input type="text" class="form-control" name="bridge_name" placeholder="br0" pattern="[a-z0-9\-_:]+">
</div>
</div>
<div class="form-group bridge_name_form_group">