mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-29 20:10:21 +00:00
Move operations tools into settings support
This commit is contained in:
parent
3a5f36da19
commit
4e4fcb5dbe
37 changed files with 364 additions and 403 deletions
|
|
@ -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.',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue