Skip to content

Commit

Permalink
Improvements (#1)
Browse files Browse the repository at this point in the history
* Improvements
Fix types
Auth method only api tokens (APIKey XXX)
Add support unit
Add more info about api tokens
Add new metric bandwidth
Add filter countries
Add filter regions
Add filter vhosts
Add variables country, region, client, vhost
Add debounce to GCInput
Add support for adjusting legend
Add linting

Co-authored-by: Denis <d.zaycev@bytexgames.ru>
  • Loading branch information
denisz and Denis authored Apr 5, 2021
1 parent c1d80d4 commit 1d3df77
Show file tree
Hide file tree
Showing 29 changed files with 3,052 additions and 3,257 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": ["@grafana/eslint-config"],
"rules": {
"react/prop-types": "off"
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ e2e-results/
# Editor
.idea

.eslintcache

Loading

0 comments on commit 1d3df77

Please sign in to comment.