Skip to content

Add Clusters view to Agent Network → Configuration#714

Merged
braginini merged 1 commit into
mainfrom
feature/agent-network-cluster
Jul 15, 2026
Merged

Add Clusters view to Agent Network → Configuration#714
braginini merged 1 commit into
mainfrom
feature/agent-network-cluster

Conversation

@braginini

@braginini braginini commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Issue ticket number and link

Surfaces reverse-proxy Clusters inside the Agent Network focused view, where the full Reverse Proxy menu is hidden.

  • Adds a third Clusters tab to the Agent Network → Configuration page (/agent-network/configuration?tab=clusters), alongside Global Limits and Log Collection.
  • Reuses the existing self-contained ClustersTable (lazy-loaded), so cluster listing and self-hosted cluster setup work with no extra data-provider plumbing.
  • Gated by the page's existing services.read permission; available in both cloud and self-hosted.
  • The tab description adapts to context: agent-network-only accounts get an agent-focused blurb ("Proxy clusters route your agents' traffic to AI providers…"), everyone else keeps the standard reverse-proxy wording.

Single file changed: src/app/(dashboard)/agent-network/configuration/page.tsx (+36/−2).

Note: the onboarding "create a cluster" step is intentionally out of scope and deferred to a follow-up.

Screenshot 2026-07-15 at 20 46 42

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

netbirdio/docs#856

E2E tests

Optional: override the image tags used by the Playwright e2e workflow.
Defaults to main when omitted.

management-cloud-tag: main
reverse-proxy-tag: main


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Summary by CodeRabbit

  • New Features
    • Added a Clusters tab to Agent Network Configuration.
    • Added a clusters table with loading feedback.
    • Included contextual guidance and a “Learn more” link for cluster configuration.

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The agent network configuration page adds a Clusters tab with mode-aware explanatory text, a documentation link, and a lazily loaded clusters table using a skeleton fallback.

Changes

Agent Network Clusters

Layer / File(s) Summary
Clusters tab and content flow
src/app/(dashboard)/agent-network/configuration/page.tsx
Adds the Clusters tab, resolves agent network mode, links to reverse-proxy cluster documentation, and renders ClustersTable through Suspense with SkeletonTable.

Estimated code review effort: 2 (Simple) | ~10 minutes

Sequence Diagram(s)

sequenceDiagram
  participant User
  participant AgentNetworkConfigurationPage
  participant ClustersTable
  User->>AgentNetworkConfigurationPage: Selects Clusters tab
  AgentNetworkConfigurationPage->>AgentNetworkConfigurationPage: Renders mode-aware header and documentation link
  AgentNetworkConfigurationPage->>ClustersTable: Lazy-loads clusters table
Loading

Possibly related PRs

Poem

A rabbit hopped through tabs so bright,
And found Clusters waiting in sight.
With docs to read and tables to load,
A skeleton paved the loading road.
“Hop hooray!” the network glowed.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title is concise and accurately summarizes the main change: adding the Clusters view to Agent Network configuration.
Description check ✅ Passed The description follows the template well and includes docs and e2e details; the issue ticket section is the only gap.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/agent-network-cluster

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mlsmaycon mlsmaycon left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pending docs URL

@braginini
braginini merged commit b9569f4 into main Jul 15, 2026
9 of 12 checks passed
@braginini
braginini deleted the feature/agent-network-cluster branch July 15, 2026 21:22
ocoj pushed a commit to ocoj/dashboard that referenced this pull request Jul 17, 2026
ocoj added a commit to ocoj/dashboard that referenced this pull request Jul 17, 2026
…tbirdio#717 并汉化

- merge netbirdio/main: Agent Network clusters/RDP/features 更新
- 新增 14 个翻译 key (配置页/Agent Network 通知/RDP 弹窗)
- agent-network/configuration page 全面汉化
- RDPCredentialsModal 全面汉化
- NetBirdCloudProvider toast 汉化
ocoj added a commit to ocoj/dashboard that referenced this pull request Jul 17, 2026
…tbirdio#717 并汉化

- merge netbirdio/main: Agent Network clusters/RDP/features 更新
- 新增 14 个翻译 key (配置页/Agent Network 通知/RDP 弹窗)
- agent-network/configuration page 全面汉化
- RDPCredentialsModal 全面汉化
- NetBirdCloudProvider toast 汉化
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants