This is an automated email from the ASF dual-hosted git repository.
duansg 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 8e2c1f3b07 style: adjust grid layout width of form labels (#3950)
8e2c1f3b07 is described below
commit 8e2c1f3b07cecedd3e12f051df69e594392200f2
Author: KOYR <[email protected]>
AuthorDate: Wed Jan 7 15:06:45 2026 +0800
style: adjust grid layout width of form labels (#3950)
---
web-app/src/app/routes/setting/plugins/plugin.component.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/web-app/src/app/routes/setting/plugins/plugin.component.html
b/web-app/src/app/routes/setting/plugins/plugin.component.html
index 690e4a638c..e770a0cc94 100644
--- a/web-app/src/app/routes/setting/plugins/plugin.component.html
+++ b/web-app/src/app/routes/setting/plugins/plugin.component.html
@@ -147,14 +147,14 @@
<div *nzModalContent class="-inner-content">
<form [formGroup]="pluginForm" nz-form>
<nz-form-item>
- <nz-form-label [nzSpan]="6" nzRequired="true" nzFor="name">{{
'plugin.name' | i18n }}</nz-form-label>
+ <nz-form-label [nzSpan]="8" nzRequired="true" nzFor="name">{{
'plugin.name' | i18n }}</nz-form-label>
<nz-form-control [nzSpan]="14" [nzErrorTip]="'validation.required' |
i18n">
<input nz-input formControlName="name" id="name" />
</nz-form-control>
</nz-form-item>
<nz-form-item>
- <nz-form-label [nzSpan]="6" nzRequired="true" nzFor="jarFile">{{
'plugin.jar.file' | i18n }}</nz-form-label>
+ <nz-form-label [nzSpan]="8" nzRequired="true" nzFor="jarFile">{{
'plugin.jar.file' | i18n }}</nz-form-label>
<nz-form-control [nzSpan]="14" [nzErrorTip]="'validation.required' |
i18n">
<nz-upload
nzAccept=".jar"
@@ -175,7 +175,7 @@
</nz-form-item>
<nz-form-item>
- <nz-form-label [nzSpan]="6" nzRequired="true" nzFor="enableStatus">{{
'plugin.status' | i18n }}</nz-form-label>
+ <nz-form-label [nzSpan]="8" nzRequired="true" nzFor="enableStatus">{{
'plugin.status' | i18n }}</nz-form-label>
<nz-form-control [nzSpan]="14">
<nz-switch formControlName="enableStatus" required></nz-switch>
</nz-form-control>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]