You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2020/05/12 07:28:29 UTC

[skywalking-rocketbot-ui] branch master updated: Feat: Update alarm scope (#296)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new f464d65  Feat: Update alarm scope (#296)
f464d65 is described below

commit f464d65729c922a05d4b1585ce85380b25c94ba9
Author: Allen Wang <Al...@outlook.com>
AuthorDate: Tue May 12 15:28:20 2020 +0800

    Feat: Update alarm scope (#296)
    
    * Update: Alarm scope
---
 src/assets/lang/en.ts                     | 4 ++++
 src/assets/lang/zh.ts                     | 4 ++++
 src/views/components/alarm/alarm-tool.vue | 3 +++
 3 files changed, 11 insertions(+)

diff --git a/src/assets/lang/en.ts b/src/assets/lang/en.ts
index ff64a54..3d4cc2b 100644
--- a/src/assets/lang/en.ts
+++ b/src/assets/lang/en.ts
@@ -66,6 +66,10 @@ const m = {
   global: 'Global',
   serviceendpoint: 'ServiceEndpoint',
   serviceinstance: 'ServiceInstance',
+  databaseaccess: 'DatabaseAccess',
+  servicerelation: 'ServiceRelation',
+  serviceinstancerelation: 'ServiceInstanceRelation',
+  endpointrelation: 'EndpointRelation',
   status: 'Status',
   endpointName: 'Endpoint Name',
   search: 'Search',
diff --git a/src/assets/lang/zh.ts b/src/assets/lang/zh.ts
index 02e9be9..0524dde 100644
--- a/src/assets/lang/zh.ts
+++ b/src/assets/lang/zh.ts
@@ -66,6 +66,10 @@ const m = {
   global: '全局',
   serviceendpoint: '服务端点',
   serviceinstance: '服务实例',
+  databaseaccess: '数据库存取',
+  servicerelation: '服务关系',
+  serviceinstancerelation: '服务实例关系',
+  endpointrelation: '服务端点关系',
   status: '状态',
   endpointName: '端点名称',
   search: '搜索',
diff --git a/src/views/components/alarm/alarm-tool.vue b/src/views/components/alarm/alarm-tool.vue
index fb8d6cb..04f13e1 100644
--- a/src/views/components/alarm/alarm-tool.vue
+++ b/src/views/components/alarm/alarm-tool.vue
@@ -63,6 +63,9 @@ limitations under the License. -->
       { label: 'Service', key: 'Service' },
       { label: 'ServiceInstance', key: 'ServiceInstance' },
       { label: 'Endpoint', key: 'Endpoint' },
+      { label: 'ServiceRelation', key: 'ServiceRelation' },
+      { label: 'ServiceInstanceRelation', key: 'ServiceInstanceRelation' },
+      { label: 'EndpointRelation', key: 'EndpointRelation' },
     ];
     private keyword: string = '';