consolidation of some of the modules, localization fixes, product advisories work, qa work
This commit is contained in:
@@ -292,7 +292,7 @@
|
||||
|
||||
**Route:** `/orchestrator`
|
||||
**Component:** `OrchestratorDashboardComponent`
|
||||
**Location:** `src/app/features/orchestrator/orchestrator-dashboard.component.ts`
|
||||
**Location:** `src/app/features/jobengine/orchestrator-dashboard.component.ts`
|
||||
**Required Scope:** `orch:read`
|
||||
|
||||
```
|
||||
@@ -318,27 +318,27 @@
|
||||
|
||||
### 2.10 Orchestrator Jobs
|
||||
|
||||
**Route:** `/orchestrator/jobs`
|
||||
**Route:** `/jobengine/jobs`
|
||||
**Component:** `OrchestratorJobsComponent`
|
||||
**Location:** `src/app/features/orchestrator/orchestrator-jobs.component.ts`
|
||||
**Location:** `src/app/features/jobengine/orchestrator-jobs.component.ts`
|
||||
**Required Scope:** `orch:read`
|
||||
|
||||
---
|
||||
|
||||
### 2.11 Orchestrator Job Detail
|
||||
|
||||
**Route:** `/orchestrator/jobs/:jobId`
|
||||
**Route:** `/jobengine/jobs/:jobId`
|
||||
**Component:** `OrchestratorJobDetailComponent`
|
||||
**Location:** `src/app/features/orchestrator/orchestrator-job-detail.component.ts`
|
||||
**Location:** `src/app/features/jobengine/orchestrator-job-detail.component.ts`
|
||||
**Required Scope:** `orch:read`
|
||||
|
||||
---
|
||||
|
||||
### 2.12 Orchestrator Quotas
|
||||
|
||||
**Route:** `/orchestrator/quotas`
|
||||
**Route:** `/jobengine/quotas`
|
||||
**Component:** `OrchestratorQuotasComponent`
|
||||
**Location:** `src/app/features/orchestrator/orchestrator-quotas.component.ts`
|
||||
**Location:** `src/app/features/jobengine/orchestrator-quotas.component.ts`
|
||||
**Required Scope:** `orch:operator`
|
||||
|
||||
---
|
||||
@@ -418,14 +418,14 @@
|
||||
|
||||
### 3.3 Dead-Letter Queue
|
||||
|
||||
**Route:** `/ops/orchestrator/dead-letter`
|
||||
**Route:** `/ops/jobengine/dead-letter`
|
||||
**Location:** `src/app/features/deadletter/`
|
||||
|
||||
**Sub-routes:**
|
||||
| Path | Component |
|
||||
|---|---|
|
||||
| `/ops/orchestrator/dead-letter` | Dashboard |
|
||||
| `/ops/orchestrator/dead-letter/queue` | Queue Browser |
|
||||
| `/ops/jobengine/dead-letter` | Dashboard |
|
||||
| `/ops/jobengine/dead-letter/queue` | Queue Browser |
|
||||
|
||||
```
|
||||
┌────────────────────────────────────────────────────────────────────────────────┐
|
||||
@@ -449,15 +449,15 @@
|
||||
|
||||
### 3.4 SLO Monitoring
|
||||
|
||||
**Route:** `/ops/orchestrator/slo`
|
||||
**Route:** `/ops/jobengine/slo`
|
||||
**Location:** `src/app/features/slo-monitoring/`
|
||||
|
||||
**Sub-routes:**
|
||||
| Path | Component |
|
||||
|---|---|
|
||||
| `/ops/orchestrator/slo` | Dashboard |
|
||||
| `/ops/orchestrator/slo/alerts` | Alerts |
|
||||
| `/ops/orchestrator/slo/definitions` | Definitions |
|
||||
| `/ops/jobengine/slo` | Dashboard |
|
||||
| `/ops/jobengine/slo/alerts` | Alerts |
|
||||
| `/ops/jobengine/slo/definitions` | Definitions |
|
||||
|
||||
```
|
||||
┌────────────────────────────────────────────────────────────────────────────────┐
|
||||
|
||||
Reference in New Issue
Block a user