diff --git a/src/datasource-zabbix/img/zabbix_app_logo.svg b/src/datasource-zabbix/img/zabbix_app_logo.svg new file mode 100755 index 0000000..237247d --- /dev/null +++ b/src/datasource-zabbix/img/zabbix_app_logo.svg @@ -0,0 +1,107 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/src/datasource-zabbix/plugin.json b/src/datasource-zabbix/plugin.json index 72d3d37..c7cfe7f 100644 --- a/src/datasource-zabbix/plugin.json +++ b/src/datasource-zabbix/plugin.json @@ -10,6 +10,10 @@ "author": { "name": "Alexander Zobnin", "url": "https://github.com/alexanderzobnin/grafana-zabbix" + }, + "logos": { + "small": "img/zabbix_app_logo.svg", + "large": "img/zabbix_app_logo.svg" } } } diff --git a/src/img/zabbix_app_logo.svg b/src/img/zabbix_app_logo.svg new file mode 100755 index 0000000..237247d --- /dev/null +++ b/src/img/zabbix_app_logo.svg @@ -0,0 +1,107 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/src/img/zabbix_logo_200.png b/src/img/zabbix_logo_200.png deleted file mode 100644 index 37fc09e..0000000 Binary files a/src/img/zabbix_logo_200.png and /dev/null differ diff --git a/src/img/zabbix_logo_400.png b/src/img/zabbix_logo_400.png deleted file mode 100644 index 35069e1..0000000 Binary files a/src/img/zabbix_logo_400.png and /dev/null differ diff --git a/src/plugin.json b/src/plugin.json index 95bf0d7..5c9bfee 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -16,8 +16,8 @@ }, "keywords": ["zabbix"], "logos": { - "small": "img/zabbix_logo_200.png", - "large": "img/zabbix_logo_400.png" + "small": "img/zabbix_app_logo.svg", + "large": "img/zabbix_app_logo.svg" }, "links": [ {"name": "GitHub", "url": "https://github.com/alexanderzobnin/grafana-zabbix"},