mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 13:21:11 +00:00
ui: Utils: add capture group for the id in bus_match
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
eb7075d05e
commit
3b5617cc2f
@ -13,7 +13,7 @@ Ext.define('PVE.Utils', {
|
|||||||
|
|
||||||
toolkit: undefined, // (extjs|touch), set inside Toolkit.js
|
toolkit: undefined, // (extjs|touch), set inside Toolkit.js
|
||||||
|
|
||||||
bus_match: /^(ide|sata|virtio|scsi)\d+$/,
|
bus_match: /^(ide|sata|virtio|scsi)(\d+)$/,
|
||||||
|
|
||||||
log_severity_hash: {
|
log_severity_hash: {
|
||||||
0: "panic",
|
0: "panic",
|
||||||
|
Loading…
Reference in New Issue
Block a user