功能修改

This commit is contained in:
npc0-hue
2026-07-20 16:42:33 +08:00
parent 48b8ad8d6c
commit a0e69417db
224 changed files with 22015 additions and 884 deletions
+3
View File
@@ -4,6 +4,7 @@ import { useCallback, useEffect, useMemo, useState } from "react";
import { platformApiClient } from "../api/client";
import type { AuditEventResponse, JobResponse, RunEndpointResponse, ServerInstanceResponse } from "../api/types";
import { EmptyState, ErrorState, LoadingState, ResultBadge } from "../components/StateViews";
import { ProductionGovernancePanel } from "../components/ProductionGovernancePanel";
import type { PageComponentProps } from "../contracts/page";
import { cx } from "../utils/classes";
@@ -145,6 +146,8 @@ export function MaintenancePage({ session, operations, onNavigate }: PageCompone
{triageResult && <ResultBadge status={triageResult.status} label={triageResult.label} />}
<ProductionGovernancePanel title="容量治理与告警闭环" />
<section className="console-panel" aria-label="run endpoints">
<div className="panel-header">
<h2></h2>