This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch ai-enhance in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 54f2f7f558f6027e2b8ed9a13a98665b74a28dbf Author: tomsun28 <[email protected]> AuthorDate: Wed Oct 22 23:08:29 2025 +0800 [webapp] update ui Signed-off-by: tomsun28 <[email protected]> --- web-app/src/app/shared/components/ai-chat/chat.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1ae68dff2..89c97bb33 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 @@ -206,7 +206,7 @@ <nz-form-item> <nz-form-label>Base URL</nz-form-label> <nz-form-control> - <nz-input-group nzSuffix="resetBtn"> + <nz-input-group [nzSuffix]="resetBtn"> <input nz-input [(ngModel)]="aiProviderConfig.baseUrl" name="baseUrl" placeholder="https://api.openai.com/v1" /> <ng-template #resetBtn> <button --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
