mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-12 14:16:55 +00:00
fixup: lxc/Resources: add missing trailing semicolon
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4f3e66d89b
commit
93bd0d75c3
@ -267,7 +267,7 @@ Ext.define('PVE.lxc.RessourceView', {
|
|||||||
} else {
|
} else {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
Ext.apply(me, {
|
Ext.apply(me, {
|
||||||
url: '/api2/json/' + baseurl,
|
url: '/api2/json/' + baseurl,
|
||||||
|
Loading…
Reference in New Issue
Block a user