Fix grafana link
This commit is contained in:
parent
f9770ca8bf
commit
9f734ec474
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export const DASHBOARD_QUICK_ACCESS = (rootDomain: string) => [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
name: 'Monitoring →',
|
name: 'Monitoring →',
|
||||||
url: `https:/grafana.${rootDomain}`,
|
url: `https://grafana.${rootDomain}`,
|
||||||
description: 'Monitor your system with Grafana',
|
description: 'Monitor your system with Grafana',
|
||||||
icon: ChartBarIcon,
|
icon: ChartBarIcon,
|
||||||
active: true,
|
active: true,
|
||||||
|
|
Loading…
Reference in a new issue