diff --git a/web-app/package.json b/web-app/package.json index 8df6a7640ae..a08f9148ecf 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -56,6 +56,7 @@ "@delon/mock": "17.3.1", "@delon/theme": "17.3.1", "@delon/util": "17.3.1", + "@kerwin612/ngx-query-builder": "0.6.4", "ajv": "8.12.0", "ajv-formats": "2.1.1", "angular-tag-cloud-module": "17.0.1", @@ -88,9 +89,9 @@ "@types/node": "20.12.11", "@typescript-eslint/eslint-plugin": "7.8.0", "@typescript-eslint/parser": "7.8.0", - "eslint": "8.51.0", + "eslint": "8.56.0", "eslint-config-prettier": "8.6.0", - "eslint-plugin-deprecation": "1.3.3", + "eslint-plugin-deprecation": "^3.0.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsdoc": "48.2.5", "eslint-plugin-prefer-arrow": "1.2.3", 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 5bba7bbb1ab..0807f051561 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 @@ -154,6 +154,7 @@ nzType="primary" (click)="onEditOneAlertDefine(data.id)" nz-tooltip + [nzLoading]="isLoadingEdit === data.id" [nzTooltipTitle]="'alert.setting.edit' | i18n" > @@ -203,7 +204,7 @@ > - + {{ 'alert.setting.rule' | i18n }} @@ -223,7 +224,7 @@ {{ 'alert.setting.rule.switch-expr.1' | i18n }} -
+