This is an automated email from the ASF dual-hosted git repository. kdump pushed a commit to branch fix_not_show_instance_language in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git
commit cc85ad281d30f84f59c1d4eb8fa060a90b5f5611 Author: x22x22 <[email protected]> AuthorDate: Wed Oct 23 14:41:19 2019 +0800 fix not show instance language --- src/graph/fragments/option.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graph/fragments/option.ts b/src/graph/fragments/option.ts index 69e2f0d..e64b73e 100644 --- a/src/graph/fragments/option.ts +++ b/src/graph/fragments/option.ts @@ -48,6 +48,7 @@ export const Instances = { getServiceInstances(duration: $duration, serviceId: $serviceId) { key: id label: name + language attributes { name value
