Move operations tools into settings support

This commit is contained in:
rcourtman 2026-04-17 20:03:54 +01:00
parent 3a5f36da19
commit 4e4fcb5dbe
37 changed files with 364 additions and 403 deletions

View file

@ -13,7 +13,7 @@ export function useSettingsShellState({ activeTab }: UseSettingsShellStateParams
const tab = activeTab();
if (tab === 'infrastructure-operations' && presentationPolicyIsReadOnly()) {
return {
title: 'Infrastructure Operations',
title: 'Connections & Inventory',
description:
'Review the current monitored-system inventory, reporting posture, and connected platform coverage. Setup changes stay unavailable in this read-only session.',
};