Skip to content

Commit

Permalink
feat: Add observabilityCenterNavs on config.yaml and add img (kubesph…
Browse files Browse the repository at this point in the history
…ere#4300)

Signed-off-by: lannyfu <[email protected]>
Co-authored-by: lannyfu <[email protected]>
  • Loading branch information
ks-ci-bot and fuchunlan authored Jul 16, 2024
1 parent 0353af0 commit 1b4d831
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/bootstrap/assets/packup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions server/configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,45 @@ client:
icon: bell
skipAuth: true

# observability center navigations
observabilityCenterNavs:
name: 'observabilityCenter'
children:
- name: resource-monitoring
title: RESOURCE_MONITORING
icon: dashboard
children:
- name: multi-cluster
title: MULTI_CLUSTER_MONITOR
skipAuth: true
- name: ranking
title: RESOURCE_RANKING_PL
skipAuth: true
- name: global-alarm
title: GLOBAL_ALERTS
icon: alarm-lamp
ksModule: whizard-alerting
children:
- name: builtin-alerting
title: BUILT_IN_ALERTING_PL
skipAuth: true
- name: custom-alerting
title: CUSTOM_ALERTING_PL
skipAuth: true
- name: builtin-policy
title: BUILT_IN_POLICIES
skipAuth: true
- name: custom-policy
title: CUSTOM_POLICIES
skipAuth: true
- name: resource-filter
title: RESOURCE_FILTER
icon: magnifier
children:
- name: pods
title: POD_PL
skipAuth: true

observabilityNavs:
name: 'observability'
children:
Expand Down

0 comments on commit 1b4d831

Please sign in to comment.