mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 21:24:01 +00:00
whitespace cleanup
This commit is contained in:
parent
a2ed069746
commit
63e62a6f89
@ -40,13 +40,13 @@ Ext.define('PVE.Parser', { statics: {
|
|||||||
} else if ((match_res = p.match(/^rate=(\d+(\.\d+)?)$/)) !== null) {
|
} else if ((match_res = p.match(/^rate=(\d+(\.\d+)?)$/)) !== null) {
|
||||||
res.rate = match_res[1];
|
res.rate = match_res[1];
|
||||||
} else if ((match_res = p.match(/^tag=(\d+(\.\d+)?)$/)) !== null) {
|
} else if ((match_res = p.match(/^tag=(\d+(\.\d+)?)$/)) !== null) {
|
||||||
res.tag = match_res[1];
|
res.tag = match_res[1];
|
||||||
} else if ((match_res = p.match(/^firewall=(\d+)$/)) !== null) {
|
} else if ((match_res = p.match(/^firewall=(\d+)$/)) !== null) {
|
||||||
res.firewall = match_res[1];
|
res.firewall = match_res[1];
|
||||||
} else if ((match_res = p.match(/^link_down=(\d+)$/)) !== null) {
|
} else if ((match_res = p.match(/^link_down=(\d+)$/)) !== null) {
|
||||||
res.disconnect = match_res[1];
|
res.disconnect = match_res[1];
|
||||||
} else if ((match_res = p.match(/^queues=(\d+)$/)) !== null) {
|
} else if ((match_res = p.match(/^queues=(\d+)$/)) !== null) {
|
||||||
res.queues = match_res[1];
|
res.queues = match_res[1];
|
||||||
} else if ((match_res = p.match(/^trunks=(\d+(?:-\d+)?(?:;\d+(?:-\d+)?)*)$/)) !== null) {
|
} else if ((match_res = p.match(/^trunks=(\d+(?:-\d+)?(?:;\d+(?:-\d+)?)*)$/)) !== null) {
|
||||||
res.trunks = match_res[1];
|
res.trunks = match_res[1];
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user