Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new logo for DASK + fix broken URL #154

Merged
merged 2 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/using-the-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ metadata:
annotations:
grafana/alert-label-selector: # An alert selector, for example source=skiperator
grafana/dashboard-selector: title @> 'skiperator' # A dashboard selector
grafana/overview-dashboard: # A dashboard URL, for example: 'https://monitoring.kartverket.dev/d/b48615bc-3801-4d0b-be37-858483dfb3d3/skiperator?orgId=1&kiosk'
grafana/overview-dashboard: # A dashboard URL, for example: 'https://monitoring.kartverket.cloud/d/b48615bc-3801-4d0b-be37-858483dfb3d3/skiperator?orgId=1&kiosk'
```

For details on how to write a dashboard selector see [this page](https://github.com/K-Phoen/backstage-plugin-grafana/blob/main/docs/dashboards-on-component-page.md).
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/components/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const HomePage = () => {
<HomePageToolkit
tools={[
{
url: 'https://monitoring.kartverket.dev',
url: 'https://monitoring.kartverket.cloud',
label: 'Grafana',
icon: (
<img src={grafanaLogo} alt="Logo of Grafana" width={35} />
Expand Down
Binary file modified packages/app/src/components/home/logos/DASK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading