mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-06 20:29:50 +00:00
Merge branch 'dev' of github.com:fosrl/pangolin into dev
This commit is contained in:
@@ -1586,7 +1586,8 @@
|
|||||||
"standaloneHcFilterSiteIdFallback": "Site {id}",
|
"standaloneHcFilterSiteIdFallback": "Site {id}",
|
||||||
"standaloneHcFilterResourceIdFallback": "Resource {id}",
|
"standaloneHcFilterResourceIdFallback": "Resource {id}",
|
||||||
"blueprints": "Blueprints",
|
"blueprints": "Blueprints",
|
||||||
"blueprintsDescription": "Apply declarative configurations and view previous runs",
|
"blueprintsLog": "Blueprints Log",
|
||||||
|
"blueprintsDescription": "View past blueprint applications and their results",
|
||||||
"blueprintAdd": "Add Blueprint",
|
"blueprintAdd": "Add Blueprint",
|
||||||
"blueprintGoBack": "See all Blueprints",
|
"blueprintGoBack": "See all Blueprints",
|
||||||
"blueprintCreate": "Create Blueprint",
|
"blueprintCreate": "Create Blueprint",
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ export default async function BluePrintsPage(props: BluePrintsPageProps) {
|
|||||||
return (
|
return (
|
||||||
<OrgProvider org={org}>
|
<OrgProvider org={org}>
|
||||||
<SettingsSectionTitle
|
<SettingsSectionTitle
|
||||||
title={t("blueprints")}
|
title={t("blueprintsLog")}
|
||||||
description={t("blueprintsDescription")}
|
description={t("blueprintsDescription")}
|
||||||
/>
|
/>
|
||||||
<BlueprintsTable blueprints={blueprints} orgId={params.orgId} />
|
<BlueprintsTable blueprints={blueprints} orgId={params.orgId} />
|
||||||
|
|||||||
Reference in New Issue
Block a user