fixup: lxc/Resources: add missing trailing semicolon

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-11-09 14:18:47 +01:00
parent 4f3e66d89b
commit 93bd0d75c3

View File

@ -267,7 +267,7 @@ Ext.define('PVE.lxc.RessourceView', {
} else {
return 0;
}
}
};
Ext.apply(me, {
url: '/api2/json/' + baseurl,