mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:49:24 +00:00
fix: list
This commit is contained in:
parent
a46b91d1cf
commit
21e126da38
@ -344,11 +344,9 @@ export const dashboardStore = defineStore({
|
|||||||
const key = [c.layer, c.entity, c.name].join("_");
|
const key = [c.layer, c.entity, c.name].join("_");
|
||||||
|
|
||||||
list.push({
|
list.push({
|
||||||
|
...c,
|
||||||
id: t.id,
|
id: t.id,
|
||||||
layer: c.layer,
|
children: undefined,
|
||||||
entity: c.entity,
|
|
||||||
name: c.name,
|
|
||||||
isRoot: c.isRoot,
|
|
||||||
});
|
});
|
||||||
sessionStorage.setItem(key, JSON.stringify({ id: t.id, configuration: c }));
|
sessionStorage.setItem(key, JSON.stringify({ id: t.id, configuration: c }));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user