Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #122 from flant/fix_0_3_2
Browse files Browse the repository at this point in the history
fix: plugin.json fields and relative links in README.md
  • Loading branch information
diafour authored Aug 13, 2020
2 parents 4b7d111 + 4bd3ecb commit 9a2e4a3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,15 @@ __Rows sort__ can be used to sort labels on Y axis. Metrics — sort y labels a

#### Pagination

![Pagination controls](src/img/pagination-graph.png)
![Pagination controls](https://raw.githubusercontent.com/flant/grafana-statusmap/master/src/img/pagination-graph.png)

__Enable pagination__ toggles pagination controls on graph.

__Rows per page__ a number of rows to display on graph.

#### Tooltip

![Tooltip in frozen state](src/img/tooltip-frozen.png)
![Tooltip in frozen state](https://raw.githubusercontent.com/flant/grafana-statusmap/master/src/img/tooltip-frozen.png)

__Show tooltip__ toggles tooltip display on mouse over buckets.

Expand All @@ -204,7 +204,7 @@ __Items__ is a list of definitions to display URLs in tooltip.

Each URL has a template, icon, label and formating options: lowercase and date format for variables.

![Tooltip items editor](src/img/tooltip-editor.png)
![Tooltip items editor](https://raw.githubusercontent.com/flant/grafana-statusmap/master/src/img/tooltip-editor.png)

## Development

Expand All @@ -215,7 +215,7 @@ the directory containing Statusmap plugin):
docker run --rm -it -v $PWD:/var/lib/grafana/plugins/flant-statusmap-panel \
-p 3000:3000 --name grafana.docker \
--env=GF_USERS_DEFAULT_THEME=light \
grafana/grafana:5.1.3
grafana/grafana:7.1.3
```

This will expose local plugin from your machine to Grafana container. Now run `grunt` to compile
Expand Down
8 changes: 4 additions & 4 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,15 @@ __Rows sort__ can be used to sort labels on Y axis. Metrics — sort y labels a

#### Pagination

![Pagination controls](src/img/pagination-graph.png)
![Pagination controls](https://raw.githubusercontent.com/flant/grafana-statusmap/master/src/img/pagination-graph.png)

__Enable pagination__ toggles pagination controls on graph.

__Rows per page__ a number of rows to display on graph.

#### Tooltip

![Tooltip in frozen state](src/img/tooltip-frozen.png)
![Tooltip in frozen state](https://raw.githubusercontent.com/flant/grafana-statusmap/master/src/img/tooltip-frozen.png)

__Show tooltip__ toggles tooltip display on mouse over buckets.

Expand All @@ -204,7 +204,7 @@ __Items__ is a list of definitions to display URLs in tooltip.

Each URL has a template, icon, label and formating options: lowercase and date format for variables.

![Tooltip items editor](src/img/tooltip-editor.png)
![Tooltip items editor](https://raw.githubusercontent.com/flant/grafana-statusmap/master/src/img/tooltip-editor.png)

## Development

Expand All @@ -215,7 +215,7 @@ the directory containing Statusmap plugin):
docker run --rm -it -v $PWD:/var/lib/grafana/plugins/flant-statusmap-panel \
-p 3000:3000 --name grafana.docker \
--env=GF_USERS_DEFAULT_THEME=light \
grafana/grafana:5.1.3
grafana/grafana:7.1.3
```

This will expose local plugin from your machine to Grafana container. Now run `grunt` to compile
Expand Down
5 changes: 3 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@
{"name": "Color mapping", "path": "img/color-mapping.png"},
{"name": "Queries example", "path": "img/queries-example.png"}
],
"version": "0.3.1",
"updated": "2020-07-21"
"version": "0.3.2",
"updated": "2020-08-13"
},

"dependencies": {
"grafanaDependency": ">=5.4.3",
"grafanaVersion": "5.4.x",
"plugins": [ ]
}
Expand Down
5 changes: 3 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@
{"name": "Color mapping", "path": "img/color-mapping.png"},
{"name": "Queries example", "path": "img/queries-example.png"}
],
"version": "0.3.1",
"updated": "2020-07-21"
"version": "0.3.2",
"updated": "2020-08-13"
},

"dependencies": {
"grafanaDependency": ">=5.4.3",
"grafanaVersion": "5.4.x",
"plugins": [ ]
}
Expand Down

0 comments on commit 9a2e4a3

Please # to comment.