This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch update-ai-with in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit a7cc0870c162ce416b9aae4cd93713d10e9fb144 Author: tomsun28 <[email protected]> AuthorDate: Sat Nov 1 16:44:27 2025 +0800 [webapp] update ui Signed-off-by: tomsun28 <[email protected]> --- web-app/src/app/routes/dashboard/dashboard.component.ts | 4 ++-- web-app/src/app/shared/components/ai-chat/chat.component.html | 1 - web-app/src/assets/i18n/en-US.json | 1 - web-app/src/assets/i18n/ja-JP.json | 1 - web-app/src/assets/i18n/pt-BR.json | 1 - web-app/src/assets/i18n/zh-CN.json | 1 - web-app/src/assets/i18n/zh-TW.json | 1 - 7 files changed, 2 insertions(+), 8 deletions(-) diff --git a/web-app/src/app/routes/dashboard/dashboard.component.ts b/web-app/src/app/routes/dashboard/dashboard.component.ts index e73c58e9a4..4df99747e5 100644 --- a/web-app/src/app/routes/dashboard/dashboard.component.ts +++ b/web-app/src/app/routes/dashboard/dashboard.component.ts @@ -135,11 +135,11 @@ export class DashboardComponent implements OnInit, OnDestroy { slideConfig = { infinite: true, - speed: 1200, + speed: 1800, slidesToShow: 4, slidesToScroll: 1, autoplay: true, - autoplaySpeed: 1200, + autoplaySpeed: 2400, rows: 1, responsive: [ { diff --git a/web-app/src/app/shared/components/ai-chat/chat.component.html b/web-app/src/app/shared/components/ai-chat/chat.component.html index 20757b6b92..a09c0a91c1 100644 --- a/web-app/src/app/shared/components/ai-chat/chat.component.html +++ b/web-app/src/app/shared/components/ai-chat/chat.component.html @@ -94,7 +94,6 @@ <li>{{ 'ai.chat.welcome.capabilities.config' | i18n }}</li> <li>{{ 'ai.chat.welcome.capabilities.troubleshoot' | i18n }}</li> </ul> - <p class="welcome-question">{{ 'ai.chat.welcome.question' | i18n }}</p> </div> </div> diff --git a/web-app/src/assets/i18n/en-US.json b/web-app/src/assets/i18n/en-US.json index b1e57b5ead..dda43a744f 100644 --- a/web-app/src/assets/i18n/en-US.json +++ b/web-app/src/assets/i18n/en-US.json @@ -1093,7 +1093,6 @@ "ai.chat.welcome.capabilities.monitor": "Add new monitors for websites, APIs, databases, and services", "ai.chat.welcome.capabilities.troubleshoot": "Troubleshoot performance issues across your infrastructure", "ai.chat.welcome.description": "I'm your intelligent observability companion, ready to help you manage and optimize your infrastructure observability. You can ask me to:", - "ai.chat.welcome.question": "Ask me anything about your observability setup!", "ai.chat.welcome.title": "Welcome to HertzBeat AI!", "ai.chat.conversation.created": "New conversation created", "ai.chat.conversation.delete.title": "Delete Conversation", diff --git a/web-app/src/assets/i18n/ja-JP.json b/web-app/src/assets/i18n/ja-JP.json index 023da50ea7..73dadb7254 100644 --- a/web-app/src/assets/i18n/ja-JP.json +++ b/web-app/src/assets/i18n/ja-JP.json @@ -1068,7 +1068,6 @@ "ai.chat.welcome.capabilities.monitor": "ウェブサイト、API、データベース、サービスの新しいモニターを追加", "ai.chat.welcome.capabilities.troubleshoot": "インフラストラクチャ全体のパフォーマンス問題をトラブルシューティング", "ai.chat.welcome.description": "私はあなたのインテリジェントな可観測性パートナーです。インフラストラクチャ可観測性の管理と最適化をお手伝いします。以下のことをお尋ねいただけます:", - "ai.chat.welcome.question": "可観測性設定について何でもお聞きください!", "ai.chat.welcome.title": "HertzBeat AI へようこそ!", "ai.chat.conversation.created": "新しい会話が作成されました", "ai.chat.conversation.delete.title": "会話を削除", diff --git a/web-app/src/assets/i18n/pt-BR.json b/web-app/src/assets/i18n/pt-BR.json index 4b3e813606..b131eec76e 100644 --- a/web-app/src/assets/i18n/pt-BR.json +++ b/web-app/src/assets/i18n/pt-BR.json @@ -1087,7 +1087,6 @@ "ai.chat.welcome.capabilities.monitor": "Adicionar novos monitores para sites, APIs, bancos de dados e serviços", "ai.chat.welcome.capabilities.troubleshoot": "Solucionar problemas de desempenho em toda sua infraestrutura", "ai.chat.welcome.description": "Sou seu companheiro inteligente de observabilidade, pronto para ajudá-lo a gerenciar e otimizar a observabilidade de sua infraestrutura. Você pode me pedir para:", - "ai.chat.welcome.question": "Pergunte-me qualquer coisa sobre sua configuração de observabilidade!", "ai.chat.welcome.title": "Bem-vindo ao HertzBeat AI!", "ai.chat.conversation.created": "Nova conversa criada", "ai.chat.conversation.delete.title": "Excluir Conversa", diff --git a/web-app/src/assets/i18n/zh-CN.json b/web-app/src/assets/i18n/zh-CN.json index 2b6c3ec4a6..e7c88d6d57 100644 --- a/web-app/src/assets/i18n/zh-CN.json +++ b/web-app/src/assets/i18n/zh-CN.json @@ -1096,7 +1096,6 @@ "ai.chat.welcome.capabilities.monitor": "为网站、API、数据库和服务添加新的监控器", "ai.chat.welcome.capabilities.troubleshoot": "排查整个基础设施的性能问题", "ai.chat.welcome.description": "我是您的智能可观测伙伴,随时准备帮助您管理和优化基础设施可观测。您可以要求我:", - "ai.chat.welcome.question": "询问我任何关于您的可观测设置的问题!", "ai.chat.welcome.title": "欢迎使用 HertzBeat AI!", "ai.chat.conversation.created": "新对话已创建", "ai.chat.conversation.delete.title": "删除对话", diff --git a/web-app/src/assets/i18n/zh-TW.json b/web-app/src/assets/i18n/zh-TW.json index c83ac34171..1fed62ea7a 100644 --- a/web-app/src/assets/i18n/zh-TW.json +++ b/web-app/src/assets/i18n/zh-TW.json @@ -1082,7 +1082,6 @@ "ai.chat.welcome.capabilities.monitor": "為網站、API、資料庫和服務新增新的監控器", "ai.chat.welcome.capabilities.troubleshoot": "排查整個基礎設施的效能問題", "ai.chat.welcome.description": "我是您的智慧可觀測夥伴,隨時準備幫助您管理和最佳化基礎設施可觀測。您可以要求我:", - "ai.chat.welcome.question": "詢問我任何關於您的可觀測設定的問題!", "ai.chat.welcome.title": "歡迎使用 HertzBeat AI!", "ai.chat.conversation.created": "新對話已建立", "ai.chat.conversation.delete.title": "刪除對話", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
