Commit 653b43a5 authored by tywldx's avatar tywldx

f

parent 126bc59f
......@@ -688,7 +688,8 @@ exports.get_namespace_template = async function () {
backend:{}
}
})
for (let temp of res.details.instances_new){
console.log(res)
for (let temp of res.details.instances){
re.push({
label: temp.preset_name,
enable_edit: temp.enable_edit,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment