This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 7a344b78b73ff71394b01578c49a0706d22aca5b
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Sat Jan 30 21:58:33 2021 +0800

    Fix missed group in UI template
---
 .../src/main/resources/ui-initialized-templates/vm.yml                 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates/vm.yml
 
b/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates/vm.yml
index c29c74a..051bcb1 100644
--- 
a/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates/vm.yml
+++ 
b/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates/vm.yml
@@ -30,6 +30,7 @@ templates:
         {
           "name": "VM",
           "type": "service",
+          "serviceGroup": "vm",
           "children": [
             {
               "name": "VM",
@@ -200,4 +201,4 @@ templates:
     # False means providing a basic template, user needs to add it manually.
     activated: true
     # True means wouldn't show up on the dashboard. Only keeps the definition 
in the storage.
-    disabled: false
\ No newline at end of file
+    disabled: false

Reply via email to