Skip to content

Commit

Permalink
fix: build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobioz committed Jun 14, 2021
1 parent ad8ba67 commit b4d72a7
Show file tree
Hide file tree
Showing 11 changed files with 42,346 additions and 12,764 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -6,7 +6,8 @@
"extends": ["@grafana/eslint-config"],
"rules": {
"react-hooks/rules-of-hooks": "off",
"react-hooks/exhaustive-deps": "off"
"react-hooks/exhaustive-deps": "off",
"react/prop-types": "off"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@

This datasource lets you use the Alertmanager's API of Prometheus to create dashboards in Grafana.

![Overview](https://raw.githubusercontent.com/camptocamp/grafana-prometheus-alertmanager-datasource/master/images/overview.png)
![Overview](https://raw.githubusercontent.com/camptocamp/grafana-prometheus-alertmanager-datasource/master/img/overview.png)

# Usage

Expand Down Expand Up @@ -37,7 +37,7 @@ Whether the alerts gathered should be silenced.

Whether the alerts gathered should be inhibited.

![Parameters](https://raw.githubusercontent.com/camptocamp/grafana-prometheus-alertmanager-datasource/master/images/table.png)
![Parameters](https://raw.githubusercontent.com/camptocamp/grafana-prometheus-alertmanager-datasource/master/img/table.png)

# Development Setup

Expand Down
File renamed without changes
File renamed without changes

0 comments on commit b4d72a7

Please sign in to comment.