mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 11:25:22 +00:00
fix code style
This commit is contained in:
parent
a8d2dc29ce
commit
021b771be3
@ -20,10 +20,10 @@ export const Services = {
|
|||||||
services: listServices(layer: $layer) {
|
services: listServices(layer: $layer) {
|
||||||
id
|
id
|
||||||
value: name
|
value: name
|
||||||
label: name
|
label: name
|
||||||
group
|
group
|
||||||
layers
|
layers
|
||||||
normal
|
normal
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
};
|
};
|
||||||
@ -36,17 +36,17 @@ export const Instances = {
|
|||||||
variable: "$serviceId: ID!, $duration: Duration!",
|
variable: "$serviceId: ID!, $duration: Duration!",
|
||||||
query: `
|
query: `
|
||||||
pods: listInstances(duration: $duration, serviceId: $serviceId) {
|
pods: listInstances(duration: $duration, serviceId: $serviceId) {
|
||||||
id
|
id
|
||||||
value: name
|
value: name
|
||||||
label: name
|
label: name
|
||||||
language
|
language
|
||||||
instanceUUID
|
instanceUUID
|
||||||
layer
|
layer
|
||||||
attributes {
|
attributes {
|
||||||
name
|
name
|
||||||
value
|
value
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
};
|
};
|
||||||
export const Endpoints = {
|
export const Endpoints = {
|
||||||
@ -66,10 +66,10 @@ export const getService = {
|
|||||||
service: getService(serviceId: $serviceId) {
|
service: getService(serviceId: $serviceId) {
|
||||||
id
|
id
|
||||||
value: name
|
value: name
|
||||||
label: name
|
label: name
|
||||||
group
|
group
|
||||||
layers
|
layers
|
||||||
normal
|
normal
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
};
|
};
|
||||||
@ -79,16 +79,16 @@ export const getInstance = {
|
|||||||
query: `
|
query: `
|
||||||
instance: getInstance(instanceId: $instanceId) {
|
instance: getInstance(instanceId: $instanceId) {
|
||||||
id
|
id
|
||||||
value: name
|
value: name
|
||||||
label: name
|
label: name
|
||||||
language
|
language
|
||||||
instanceUUID
|
instanceUUID
|
||||||
layer
|
layer
|
||||||
attributes {
|
attributes {
|
||||||
name
|
name
|
||||||
value
|
value
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -97,10 +97,10 @@ export const getEndpoint = {
|
|||||||
query: `
|
query: `
|
||||||
endpoint: getEndpointInfo(endpointId: $endpointId) {
|
endpoint: getEndpointInfo(endpointId: $endpointId) {
|
||||||
id
|
id
|
||||||
value: name
|
value: name
|
||||||
label: name
|
label: name
|
||||||
serviceId
|
serviceId
|
||||||
serviceName
|
serviceName
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user