diff --git a/app/SupportedApps/grafana.php b/app/SupportedApps/grafana.php index de47fff3..867d6998 100644 --- a/app/SupportedApps/grafana.php +++ b/app/SupportedApps/grafana.php @@ -7,6 +7,6 @@ class Grafana implements Contracts\Applications { } public function icon() { - return 'supportedapps/grafana.png'; #icon does not exist yet + return 'supportedapps/grafana.png'; } } \ No newline at end of file diff --git a/storage/app/public/supportedapps/grafana_icon.png b/storage/app/public/supportedapps/grafana_icon.png new file mode 100644 index 00000000..4feb348d Binary files /dev/null and b/storage/app/public/supportedapps/grafana_icon.png differ