This is an automated email from the ASF dual-hosted git repository.
zhaoqingran pushed a commit to branch bulletin
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/bulletin by this push:
new 9b7d095ce [refactor(bulletin)] remove
9b7d095ce is described below
commit 9b7d095ceb7e43f5efdcb71b17e1f3c3cd22c420
Author: zqr10159 <[email protected]>
AuthorDate: Sat Jul 6 16:32:06 2024 +0800
[refactor(bulletin)] remove
---
web-app/src/app/routes/bulletin/bulletin.component.ts | 3 ---
1 file changed, 3 deletions(-)
diff --git a/web-app/src/app/routes/bulletin/bulletin.component.ts
b/web-app/src/app/routes/bulletin/bulletin.component.ts
index 197e6764c..fb61ef2ca 100644
--- a/web-app/src/app/routes/bulletin/bulletin.component.ts
+++ b/web-app/src/app/routes/bulletin/bulletin.component.ts
@@ -68,9 +68,6 @@ export class BulletinComponent implements OnInit {
tableLoading: boolean = true;
checkedDefineIds = new Set<number>();
isSwitchExportTypeModalVisible = false;
- exportJsonButtonLoading = false;
- exportYamlButtonLoading = false;
- exportExcelButtonLoading = false;
appHierarchies!: any[];
switchExportTypeModalFooter: ModalButtonOptions[] = [
{ label: this.i18nSvc.fanyi('common.button.cancel'), type: 'default',
onClick: () => (this.isSwitchExportTypeModalVisible = false) }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]