Navigation: Update synthetics placement in IA (#79302)
* update synthetics placement in IA * lowercase s in synthetics
This commit is contained in:
@@ -17,6 +17,7 @@ const (
|
||||
WeightExplore
|
||||
WeightAlerting
|
||||
WeightAlertsAndIncidents
|
||||
WeightTestingAndSynthetics
|
||||
WeightMonitoring
|
||||
WeightInfrastructure
|
||||
WeightApplication
|
||||
@@ -30,21 +31,22 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
NavIDRoot = "root"
|
||||
NavIDDashboards = "dashboards/browse"
|
||||
NavIDExplore = "explore"
|
||||
NavIDCfg = "cfg" // NavIDCfg is the id for org configuration navigation node
|
||||
NavIDAlertsAndIncidents = "alerts-and-incidents"
|
||||
NavIDAlerting = "alerting"
|
||||
NavIDAlertingLegacy = "alerting-legacy"
|
||||
NavIDMonitoring = "monitoring"
|
||||
NavIDInfrastructure = "infrastructure"
|
||||
NavIDFrontend = "frontend"
|
||||
NavIDReporting = "reports"
|
||||
NavIDApps = "apps"
|
||||
NavIDCfgGeneral = "cfg/general"
|
||||
NavIDCfgPlugins = "cfg/plugins"
|
||||
NavIDCfgAccess = "cfg/access"
|
||||
NavIDRoot = "root"
|
||||
NavIDDashboards = "dashboards/browse"
|
||||
NavIDExplore = "explore"
|
||||
NavIDCfg = "cfg" // NavIDCfg is the id for org configuration navigation node
|
||||
NavIDAlertsAndIncidents = "alerts-and-incidents"
|
||||
NavIDTestingAndSynthetics = "testing-and-synthetics"
|
||||
NavIDAlerting = "alerting"
|
||||
NavIDAlertingLegacy = "alerting-legacy"
|
||||
NavIDMonitoring = "monitoring"
|
||||
NavIDInfrastructure = "infrastructure"
|
||||
NavIDFrontend = "frontend"
|
||||
NavIDReporting = "reports"
|
||||
NavIDApps = "apps"
|
||||
NavIDCfgGeneral = "cfg/general"
|
||||
NavIDCfgPlugins = "cfg/plugins"
|
||||
NavIDCfgAccess = "cfg/access"
|
||||
)
|
||||
|
||||
type NavLink struct {
|
||||
|
||||
Reference in New Issue
Block a user