feat: update operation log content (#13166)

This commit is contained in:
ssongliu
2026-07-01 18:14:33 +08:00
committed by GitHub
parent 34bdff01ad
commit 7708fea58d
12 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -977,7 +977,7 @@ func (w WebsiteSSLService) PushToNode(req request.WebsiteSSLPush) error {
return xpack.MultiNodeProvider.PushSSLToNode(websiteSSL)
}
pushTask, err := task.NewTaskWithOps(websiteSSL.PrimaryDomain, task.TaskPush, task.TaskScopeWebsite, req.TaskID, websiteSSL.ID)
pushTask, err := task.NewTask(task.GetTaskName(websiteSSL.PrimaryDomain, task.TaskPush, "SSL"), task.TaskPush, task.TaskScopeWebsite, req.TaskID, websiteSSL.ID)
if err != nil {
return err
}
+2
View File
@@ -2057,6 +2057,8 @@ const message = {
auth: 'Login Authentication',
alert: 'Alert Notifications',
sync: 'Resource Sync',
exchange: 'Resource Sync',
xapp: 'App',
},
websiteLog: 'Website logs',
runLog: 'Run logs',
+2
View File
@@ -2100,6 +2100,8 @@ const message = {
auth: 'Autenticación de inicio de sesión',
alert: 'Notificaciones de alerta',
sync: 'Sincronización de Recursos',
exchange: 'Sincronización de Recursos',
xapp: 'App',
},
websiteLog: 'Logs de sitio web',
runLog: 'Logs de ejecución',
+2
View File
@@ -2046,6 +2046,8 @@ const message = {
auth: 'احراز هویت ورود',
alert: 'هشدارها',
sync: 'همگام‌سازی منابع',
exchange: 'همگام‌سازی منابع',
xapp: 'App',
},
websiteLog: 'لاگ وب‌سایت',
runLog: 'لاگ اجرا',
+2
View File
@@ -2068,6 +2068,8 @@ const message = {
auth: 'ログイン認証',
alert: 'アラート通知',
sync: 'リソース同期',
exchange: 'リソース同期',
xapp: 'App',
},
websiteLog: 'ウェブサイトログ',
runLog: 'ログを実行します',
+2
View File
@@ -2026,6 +2026,8 @@ const message = {
auth: '로그인 인증',
alert: '경고 알림',
sync: '리소스 동기화',
exchange: '리소스 동기화',
xapp: 'App',
},
websiteLog: '웹사이트 로그',
runLog: '실행 로그',
+2
View File
@@ -2094,6 +2094,8 @@ const message = {
auth: 'Pengesahan log masuk',
alert: 'Pemberitahuan amaran',
sync: 'Penyegerakan Sumber',
exchange: 'Penyegerakan Sumber',
xapp: 'App',
},
websiteLog: 'Log Laman Web',
runLog: 'Log Jalankan',
+2
View File
@@ -2210,6 +2210,8 @@ const message = {
auth: 'Autenticação de login',
alert: 'Notificações de alerta',
sync: 'Sincronização de Recursos',
exchange: 'Sincronização de Recursos',
xapp: 'App',
},
websiteLog: 'Logs do website',
runLog: 'Logs de execução',
+2
View File
@@ -2083,6 +2083,8 @@ const message = {
auth: 'Аутентификация входа',
alert: 'Уведомления о тревогах',
sync: 'Синхронизация ресурсов',
exchange: 'Синхронизация ресурсов',
xapp: 'App',
},
websiteLog: 'Логи веб-сайта',
runLog: 'Логи выполнения',
+2
View File
@@ -2092,6 +2092,8 @@ const message = {
auth: 'Giriş kimlik doğrulaması',
alert: 'Uyarı bildirimleri',
sync: 'Kaynak Senkronizasyonu',
exchange: 'Kaynak Senkronizasyonu',
xapp: 'App',
},
websiteLog: 'Website logları',
runLog: 'Çalıştırma logları',
+2
View File
@@ -1937,6 +1937,8 @@ const message = {
auth: '登入認證',
alert: '告警通知',
sync: '資源同步',
exchange: '資源同步',
xapp: 'APP',
},
websiteLog: '網站日誌',
runLog: '執行日誌',
+2
View File
@@ -1934,6 +1934,8 @@ const message = {
auth: '登陆认证',
alert: '告警通知',
sync: '资源同步',
exchange: '资源同步',
xapp: 'APP',
},
websiteLog: '网站日志',
runLog: '运行日志',