mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #655] [Bug and fix] can't add dir that contain "." #378
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#378
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 @MFWT on GitHub (Aug 17, 2024).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/655
what I met
In "computes - - storage", I tried to add a dir called
/mnt/HDD.ori/KVMbut it failedwhat I did to fix that
open
/srv/webvirtcloud/storages/templates/create_stg_block.htmlmodity the regex of the input box (near Line 66)
from:
to:
and it works, I could use it normally.
Hope it may help someone else.