ui: add '.' to path regex
since we use the path for datastore ids, which can contain a '.' Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
ce55db66d6
commit
51c63475e1
@ -11,7 +11,7 @@ Ext.define('PBS.MainView', {
|
|||||||
action: 'changePath',
|
action: 'changePath',
|
||||||
before: 'beforeChangePath',
|
before: 'beforeChangePath',
|
||||||
conditions : {
|
conditions : {
|
||||||
':path' : '(?:([%a-zA-Z0-9\\-\\_\\s,]+))',
|
':path' : '(?:([%a-zA-Z0-9\\-\\_\\s,\.]+))',
|
||||||
':subpath' : '(?:(?::)([%a-zA-Z0-9\\-\\_\\s,]+))?'
|
':subpath' : '(?:(?::)([%a-zA-Z0-9\\-\\_\\s,]+))?'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user