diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue
index c75206f28..205b5e69b 100644
--- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue
+++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue
@@ -34,7 +34,7 @@
-
diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue
index 0ea1b296c..d8a380434 100644
--- a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue
+++ b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue
@@ -74,7 +74,7 @@
{{key}}:{{value}}
+ size="mini" v-for="(value, key) in scope.row.labels" :key="key" class="alert-message-tag">{{key}}:{{value}}
diff --git a/nezha-fronted/src/components/common/header.vue b/nezha-fronted/src/components/common/header.vue
index 378021b19..f464af56c 100644
--- a/nezha-fronted/src/components/common/header.vue
+++ b/nezha-fronted/src/components/common/header.vue
@@ -116,6 +116,9 @@
{{$t('config.terminallog.terminallog')}}
+
+ {{$t('config.operationlog.operationlog')}}
+
diff --git a/nezha-fronted/src/components/common/language/cn.js b/nezha-fronted/src/components/common/language/cn.js
index a91b0e352..2e2c4436c 100644
--- a/nezha-fronted/src/components/common/language/cn.js
+++ b/nezha-fronted/src/components/common/language/cn.js
@@ -373,7 +373,7 @@ const cn = {
checkTime: '检查时间'
},
terminallog: {
- terminallog: '终端',
+ terminallog: '终端日志',
status: '状态',//"可用"
option: '操作',//"操作",
host: '主机',
diff --git a/nezha-fronted/src/components/common/language/en.js b/nezha-fronted/src/components/common/language/en.js
index 66c561e7b..f6cb9088f 100644
--- a/nezha-fronted/src/components/common/language/en.js
+++ b/nezha-fronted/src/components/common/language/en.js
@@ -538,7 +538,7 @@ const en = {
type: 'Type'
},
terminallog: {
- terminallog: 'TerminalLog',
+ terminallog: 'Terminal Log',
status: 'Status',//"状态"
option: 'Operation',//"操作",
host: 'Host',
@@ -566,6 +566,15 @@ const en = {
success: 'Success',
fail: 'Fail'
},
+ operationlog: {
+ operationlog: 'Operation Log',
+ id : 'ID',
+ username: 'User',
+ operation: 'Operation',
+ type: 'Type',
+ createDate: 'CreateDate',
+ ip: "IP"
+ },
mib:{
mib:'Mib',
fileName:'FileName',
diff --git a/nezha-fronted/src/components/common/searchSelectInfo.vue b/nezha-fronted/src/components/common/searchSelectInfo.vue
index 970fe0965..55b843ba0 100644
--- a/nezha-fronted/src/components/common/searchSelectInfo.vue
+++ b/nezha-fronted/src/components/common/searchSelectInfo.vue
@@ -68,7 +68,7 @@
label:i18n.t('alert.list.expired')
}
],
- terminalProtocol:[
+ protocol:[
{
value: 'SSH',
label: i18n.t('config.terminallog.SSH')
diff --git a/nezha-fronted/src/components/page/alert/list.vue b/nezha-fronted/src/components/page/alert/list.vue
index c920725d3..0d65415ce 100644
--- a/nezha-fronted/src/components/page/alert/list.vue
+++ b/nezha-fronted/src/components/page/alert/list.vue
@@ -85,6 +85,7 @@
-->