diff --git a/frontend/src/components/SimulationList.tsx b/frontend/src/components/SimulationList.tsx index 46d3284..f20b194 100644 --- a/frontend/src/components/SimulationList.tsx +++ b/frontend/src/components/SimulationList.tsx @@ -172,25 +172,25 @@ export function SimulationList({ engagementId }: SimulationListProps): JSX.Eleme
| Name | -MITRE | -Status | -Executed at | +|||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | +MITRE | +Status | +Executed at | |||||||||||||||||||||||||||||||||||||||||||
| + | - | + | {(() => { const items = [ ...(sim.tactics ?? []).map((t) => t.id), @@ -210,10 +210,10 @@ export function SimulationList({ engagementId }: SimulationListProps): JSX.Eleme return `${items[0]} +${items.length - 1}`; })()} | -+ |
|
- + | {formatDate(sim.executed_at)} |
| Name | -Status | -Start | -End | -Created by | -Actions | +|||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | +Status | +Start | +End | +Created by | +Actions | |||||||||||||||||||||||||||||||||||||||||
| + | ||||||||||||||||||||||||||||||||||||||||||||||
| {eng.name} | -+ |
|
- {formatDate(eng.start_date)} | -{formatDate(eng.end_date)} | -{eng.created_by.username} | -+ | {formatDate(eng.start_date)} | +{formatDate(eng.end_date)} | +{eng.created_by.username} | +
View
diff --git a/frontend/src/pages/TemplatesListPage.tsx b/frontend/src/pages/TemplatesListPage.tsx
index 288d4b0..10455b3 100644
--- a/frontend/src/pages/TemplatesListPage.tsx
+++ b/frontend/src/pages/TemplatesListPage.tsx
@@ -69,20 +69,20 @@ export function TemplatesListPage(): JSX.Element {
{!isLoading && !isError && data && data.length > 0 ? (
-
|