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

commit cf4dd6b12a32afdb27a8b560de98e411342bba6a
Author: zqr10159 <[email protected]>
AuthorDate: Tue Jul 2 16:54:31 2024 +0800

    [feature]Monitor bulletin.
---
 .../src/app/routes/bulletin/bulletin.component.html    | 18 ++++++++++++++++++
 .../src/app/routes/bulletin/bulletin.component.less    |  0
 .../src/app/routes/bulletin/bulletin.component.spec.ts | 18 ++++++++++++++++++
 web-app/src/app/routes/bulletin/bulletin.component.ts  | 18 ++++++++++++++++++
 4 files changed, 54 insertions(+)

diff --git a/web-app/src/app/routes/bulletin/bulletin.component.html 
b/web-app/src/app/routes/bulletin/bulletin.component.html
new file mode 100644
index 000000000..3c4a2ea9a
--- /dev/null
+++ b/web-app/src/app/routes/bulletin/bulletin.component.html
@@ -0,0 +1,18 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+-->
diff --git a/web-app/src/app/routes/bulletin/bulletin.component.less 
b/web-app/src/app/routes/bulletin/bulletin.component.less
new file mode 100644
index 000000000..e69de29bb
diff --git a/web-app/src/app/routes/bulletin/bulletin.component.spec.ts 
b/web-app/src/app/routes/bulletin/bulletin.component.spec.ts
new file mode 100644
index 000000000..042f3ce1f
--- /dev/null
+++ b/web-app/src/app/routes/bulletin/bulletin.component.spec.ts
@@ -0,0 +1,18 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
diff --git a/web-app/src/app/routes/bulletin/bulletin.component.ts 
b/web-app/src/app/routes/bulletin/bulletin.component.ts
new file mode 100644
index 000000000..042f3ce1f
--- /dev/null
+++ b/web-app/src/app/routes/bulletin/bulletin.component.ts
@@ -0,0 +1,18 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to