Skip to content

Commit

Permalink
change: [M3-7887] - VPC Not Recommended Configuration Tooltip Text Re…
Browse files Browse the repository at this point in the history
…vision (#11098)

* unit test coverage for HostNameTableCell

* Revert "unit test coverage for HostNameTableCell"

This reverts commit b274baf.

* chore: [M3-8662] - Update Github Actions actions (#11009)

* update actions

* add changeset

---------

Co-authored-by: Banks Nussman <banks@nussman.us>

* update revised copy

* Added changeset: VPC Not Recommended Configuration Tooltip Text Revision

* Update packages/manager/.changeset/pr-11098-changed-1728938497573.md

Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>

* Update packages/manager/src/features/VPCs/VPCDetail/SubnetLinodeRow.tsx

Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>

---------

Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
Co-authored-by: Banks Nussman <banks@nussman.us>
Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
  • Loading branch information
4 people authored Oct 15, 2024
1 parent 0c7592e commit 4fd4376
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
6 changes: 6 additions & 0 deletions packages/manager/.changeset/pr-11098-changed-1728938497573.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@linode/manager": Changed
---

Revise VPC Not Recommended Configuration Tooltip Text
([#11098](https://github.com/linode/manager/pull/11098))
10 changes: 3 additions & 7 deletions packages/manager/src/features/VPCs/VPCDetail/SubnetLinodeRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { capitalizeAllWords } from 'src/utilities/capitalize';
import { determineNoneSingleOrMultipleWithChip } from 'src/utilities/noneSingleOrMultipleWithChip';

import {
NETWORK_INTERFACES_GUIDE_URL,
VPC_REBOOT_MESSAGE,
WARNING_ICON_UNRECOMMENDED_CONFIG,
} from '../constants';
Expand Down Expand Up @@ -121,12 +120,9 @@ export const SubnetLinodeRow = (props: Props) => {
<TooltipIcon
text={
<Typography>
This Linode is using an unrecommended configuration profile. Update
its configuration profile to avoid connectivity issues. Read our{' '}
<Link to={NETWORK_INTERFACES_GUIDE_URL}>
Configuration Profiles
</Link>{' '}
guide for more information.
This Linode is using a configuration profile with a Networking
setting that is not recommended. To avoid potential connectivity
issues, edit the Linode’s configuration.
</Typography>
}
icon={<StyledWarningIcon />}
Expand Down
3 changes: 0 additions & 3 deletions packages/manager/src/features/VPCs/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ export const NOT_NATTED_HELPER_TEXT =
'The Linode will not be able to access the internet. If this Linode needs access to the internet, we recommend checking the “Assign a public IPv4 address for this Linode” checkbox which will enable 1:1 NAT on the VPC interface.';

// Links
export const NETWORK_INTERFACES_GUIDE_URL =
'https://techdocs.akamai.com/cloud-computing/docs/manage-configuration-profiles-on-a-compute-instance';

export const VPC_DOCS_LINK =
'https://techdocs.akamai.com/cloud-computing/docs/vpc';

Expand Down

0 comments on commit 4fd4376

Please sign in to comment.