Implement pull request comments #200.

Co-authored-by: Sebastian Serth <mrserth@users.noreply.github.com>
This commit is contained in:
Maximilian Paß
2022-10-29 19:36:25 +01:00
parent 694965b92d
commit 137e3ff1ee
10 changed files with 32 additions and 22 deletions

View File

@ -2,4 +2,4 @@
from grafanalib._gen import generate_dashboard
if __name__ == '__main__':
generate_dashboard(args=['-o', 'main.json', 'poseidon.dashboard.py'])
generate_dashboard(args=['-o', 'main.json', 'panels/poseidon.dashboard.py'])