remove console.log s
This commit is contained in:
parent
5b111b1114
commit
cb9c3a051f
@ -46,7 +46,6 @@ async function init () {
|
|||||||
|
|
||||||
async function populateResources () {
|
async function populateResources () {
|
||||||
let config = await request(`/nodes/${node}/${type}/${vmid}/config`);
|
let config = await request(`/nodes/${node}/${type}/${vmid}/config`);
|
||||||
console.log(config);
|
|
||||||
|
|
||||||
let name = type === "qemu" ? "name" : "hostname";
|
let name = type === "qemu" ? "name" : "hostname";
|
||||||
addMetaLine("name", "Name", {type: "text", value: config.data[name]});
|
addMetaLine("name", "Name", {type: "text", value: config.data[name]});
|
||||||
|
Loading…
Reference in New Issue
Block a user