issues
search
scalyr
/
scalyr-grafana-datasource-plugin
Apache License 2.0
14
stars
5
forks
source link
Default url fix and README.md fixes
#98
Closed
jmakar-s1
closed
2 years ago
jmakar-s1
commented
2 years ago
README.md:
Removed html comment (shows up when published on grafana.com)
Updated server urls (www.scalyr.com redirects to marketing website)
Updated images
DatasetConfig.png fixed to match description
SearchForPlugin.png fixed to show the plugin is now signed
src/ConfigEditor.tsx
Ensure jsonData.scalyrUrl is set on initialization
Previously the FormField value was initialized but not jsonData itself (until an onchange event occurs)
Don't know if there is a cleaner way to do this