mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 11:05:24 +00:00
remove layer
This commit is contained in:
parent
024a0fe44c
commit
edbaad3b99
@ -41,7 +41,6 @@ export const Instances = {
|
||||
label: name
|
||||
language
|
||||
instanceUUID
|
||||
layer
|
||||
attributes {
|
||||
name
|
||||
value
|
||||
@ -79,16 +78,15 @@ export const getInstance = {
|
||||
query: `
|
||||
instance: getInstance(instanceId: $instanceId) {
|
||||
id
|
||||
value: name
|
||||
label: name
|
||||
language
|
||||
instanceUUID
|
||||
layer
|
||||
attributes {
|
||||
name
|
||||
value
|
||||
}
|
||||
value: name
|
||||
label: name
|
||||
language
|
||||
instanceUUID
|
||||
attributes {
|
||||
name
|
||||
value
|
||||
}
|
||||
}
|
||||
`,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user