This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new 1c38d01abb style: widen table column to prevent label truncation
(#3957)
1c38d01abb is described below
commit 1c38d01abb09d04a7cd2bca7df544540e42e4205
Author: KOYR <[email protected]>
AuthorDate: Sat Jan 10 22:10:53 2026 +0800
style: widen table column to prevent label truncation (#3957)
---
web-app/src/app/routes/alert/alert-setting/alert-setting.component.html | 2 +-
web-app/src/app/routes/setting/collector/collector.component.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/web-app/src/app/routes/alert/alert-setting/alert-setting.component.html
b/web-app/src/app/routes/alert/alert-setting/alert-setting.component.html
index 751dc4bf61..def222c507 100644
--- a/web-app/src/app/routes/alert/alert-setting/alert-setting.component.html
+++ b/web-app/src/app/routes/alert/alert-setting/alert-setting.component.html
@@ -97,7 +97,7 @@
<tr>
<th nzAlign="center" nzLeft nzWidth="3%" [(nzChecked)]="checkedAll"
(nzCheckedChange)="onAllChecked($event)"></th>
<th nzAlign="center" nzWidth="12%">{{ 'alert.setting.name' | i18n }}</th>
- <th nzAlign="center" nzWidth="8%">{{ 'alert.setting.type' | i18n }}</th>
+ <th nzAlign="center" nzWidth="10%">{{ 'alert.setting.type' | i18n }}</th>
<th nzAlign="center" nzWidth="15%">{{ 'alert.setting.expr' | i18n }}</th>
<th nzAlign="center" nzWidth="15%">{{ 'alert.setting.template' | i18n
}}</th>
<th nzAlign="center" nzWidth="15%">{{ 'label.bind' | i18n }}</th>
diff --git a/web-app/src/app/routes/setting/collector/collector.component.html
b/web-app/src/app/routes/setting/collector/collector.component.html
index b1bb7f3250..2f07ab51df 100644
--- a/web-app/src/app/routes/setting/collector/collector.component.html
+++ b/web-app/src/app/routes/setting/collector/collector.component.html
@@ -97,7 +97,7 @@
<th nzAlign="center" nzLeft nzWidth="3%" [(nzChecked)]="checkedAll"
(nzCheckedChange)="onAllChecked($event)"></th>
<th nzAlign="center" nzWidth="14%">{{ 'collector' | i18n }}</th>
<th nzAlign="center" nzWidth="9%">{{ 'collector.status' | i18n }}</th>
- <th nzAlign="center" nzWidth="9%">{{ 'collector.mode' | i18n }}</th>
+ <th nzAlign="center" nzWidth="10%">{{ 'collector.mode' | i18n }}</th>
<th nzAlign="center" nzWidth="9%">{{ 'collector.task' | i18n }}</th>
<th nzAlign="center" nzWidth="9%">{{ 'collector.pinned' | i18n }}</th>
<th nzAlign="center" nzWidth="9%">{{ 'collector.dispatched' | i18n
}}</th>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]