mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-18 04:29:54 +00:00
[management] Document false and omitted behavior for dashboard_features.agent_network
This commit is contained in:
@@ -414,7 +414,7 @@ components:
|
||||
type: object
|
||||
properties:
|
||||
agent_network:
|
||||
description: When true, the Agent Network menu is shown for the account even without the deployment feature flag.
|
||||
description: Controls the Agent Network menu for the account regardless of the deployment feature flag. When true the menu is shown, when false it is hidden, and when omitted the default behavior applies.
|
||||
type: boolean
|
||||
example: true
|
||||
AccountExtraSettings:
|
||||
|
||||
@@ -1614,7 +1614,7 @@ type Account struct {
|
||||
|
||||
// AccountDashboardFeatures Per-account dashboard section visibility overrides. Omitted keys follow the default dashboard behavior.
|
||||
type AccountDashboardFeatures struct {
|
||||
// AgentNetwork When true, the Agent Network menu is shown for the account even without the deployment feature flag.
|
||||
// AgentNetwork Controls the Agent Network menu for the account regardless of the deployment feature flag. When true the menu is shown, when false it is hidden, and when omitted the default behavior applies.
|
||||
AgentNetwork *bool `json:"agent_network,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user