From 55ba9ec003d9a40c2078ab42a20198c284fef124 Mon Sep 17 00:00:00 2001 From: MIGHTY1o1 Date: Fri, 8 Nov 2024 12:38:41 +0530 Subject: [PATCH] add service health page --- src/app/(pages)/service-health/page.jsx | 30 +++++++++++++------------ 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/app/(pages)/service-health/page.jsx b/src/app/(pages)/service-health/page.jsx index 11541ee..bf450a4 100644 --- a/src/app/(pages)/service-health/page.jsx +++ b/src/app/(pages)/service-health/page.jsx @@ -2,38 +2,40 @@ import React from 'react'; const services = [ - { name: "Access Approval", regions: ["Available", "", "Available", "", "", "Available", "Available"] }, - { name: "Access Context Manager", regions: ["Available", "Available", "Available", "Available", "Available", "Available", "Available"] }, - { name: "Agent Assist", regions: ["Available", "", "Available", "Service information", "", "", "One or more regions affected"] }, + { name: "Google Maps API", regions: ["Available", "", "Available", "Service information", "", "Available", "Available"] }, + { name: "Firebase Authentication", regions: ["Available", "Available", "Service information", "Available", "Available", "", "One or more regions affected"] }, + { name: "Cloud Functions", regions: ["Available", "Available", "Available", "", "Service information", "", "Available"] }, + { name: "BigQuery", regions: ["One or more regions affected", "Available", "Available", "Available", "", "", "Service information"] }, + { name: "Cloud Run", regions: ["Available", "", "Available", "", "Available", "", "Available"] }, // Add more services as needed ]; -const ServiceHealthPage = () => { +const DeveloperServiceHealthPage = () => { return (
{/* Header Section */}
-

Google Cloud

+

Google Developers

Console
-

Service Health

+

Developer Service Health

- This page provides status information on the services that are part of Google Cloud. Check back here to view the current status of the services listed below. If you are experiencing an issue not listed here, please contact Support. Learn more about what's posted on the dashboard in this FAQ. + This page provides status information on the Google Developer services and APIs. Check back here to view the current status of these services. If you are experiencing an issue not listed here, please contact Support. Learn more about what's posted on the dashboard in this FAQ.

- See incidents that impact your workloads and resources + See incidents impacting your projects and resources

- Use Personalized Service Health for a more detailed overview of incidents affecting your Google Cloud projects, including custom alerts, API data, and logs. Learn more + Use Personalized Developer Service Health for a more detailed view of incidents affecting your Google Developer tools, including custom alerts, API data, and logs. Learn more

- +
{/* Tabs Section */} @@ -47,9 +49,9 @@ const ServiceHealthPage = () => {

- Check status by product and location. Click the other tabs to check the status for specific regions and multi-regions.
+ Check status by product and location. Click the other tabs to view the status for specific regions and multi-regions.
Multi-regions: Services in a multi-region location are managed by Google to be redundant and distributed across multiple regions in a large geographic area. Learn more
- Global: status for a specific globally distributed service offered to the product. This status does not refer to all product service around the world, just the specific global service. + Global: Status for globally distributed services. This status does not indicate availability worldwide, but for the specific global service.

@@ -74,7 +76,7 @@ const ServiceHealthPage = () => { - + {["Americas", "Europe", "Asia Pacific", "Middle East", "Africa", "Multi-regions", "Global"].map((region, index) => ( ))} @@ -100,4 +102,4 @@ const ServiceHealthPage = () => { ); }; -export default ServiceHealthPage; +export default DeveloperServiceHealthPage;
ProductsServices / APIs{region} (regions)