close
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added changeset: Improvements in Add Network interface drawer
  • Loading branch information
grevanak-akamai committed Jan 13, 2026
commit f28a8f8b7084febc8384250135e08b4f8d73bf3a
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-13264-changed-1768219863915.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Changed
---

Improvements in Add Network interface drawer ([#13264](https://github.com/linode/manager/pull/13264))
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const AddInterfaceForm = (props: Props) => {
<Notice variant="warning">
<Typography>
This Linode already has a public interface. Having a both a
Comment thread
grevanak-akamai marked this conversation as resolved.
Outdated
Comment thread
grevanak-akamai marked this conversation as resolved.
Outdated
VPC interface and a public interface is not recommnded. If
VPC interface and a public interface is not recommended. If
you need public internet access, consider using the VPC’s
<strong> Public access</strong> option instead.
</Typography>
Expand Down