mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #128] Adding storage regex issue (iso, lvm) #84
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chris-mcintosh on GitHub (Oct 15, 2016).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/128
There is an issue where javascript is complaining about the escaped underscore in the form input required pattern. A console error occurs in both chrome and firefox. Chrome seems to not allow the input at all. Seen on OSX.
This seems to affect Storage "iso path" and "lvm name". I tested and changing
[a-zA-Z0-9\.\-\_]+to[a-zA-Z0-9\.\-_]+seems to fix it.https://github.com/retspen/webvirtcloud/blob/master/storages/templates/create_stg_block.html#L69
and
https://github.com/retspen/webvirtcloud/blob/master/storages/templates/create_stg_block.html#L220
@chris-mcintosh commented on GitHub (Oct 15, 2016):
First time using github to make a change. Figured out how to create a pull request.
https://github.com/retspen/webvirtcloud/pull/129