diff --git a/src/datasource-zabbix/img/icn-zabbix-datasource.svg b/src/datasource-zabbix/img/icn-zabbix-datasource.svg new file mode 100644 index 0000000..6878e22 --- /dev/null +++ b/src/datasource-zabbix/img/icn-zabbix-datasource.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/datasource-zabbix/img/zabbix_app_logo.svg b/src/datasource-zabbix/img/zabbix_app_logo.svg deleted file mode 100755 index 237247d..0000000 --- a/src/datasource-zabbix/img/zabbix_app_logo.svg +++ /dev/null @@ -1,107 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/src/datasource-zabbix/plugin.json b/src/datasource-zabbix/plugin.json index 2e33d85..8def55c 100644 --- a/src/datasource-zabbix/plugin.json +++ b/src/datasource-zabbix/plugin.json @@ -34,8 +34,8 @@ "url": "https://github.com/alexanderzobnin/grafana-zabbix" }, "logos": { - "small": "img/zabbix_app_logo.svg", - "large": "img/zabbix_app_logo.svg" + "small": "img/icn-zabbix-datasource.svg", + "large": "img/icn-zabbix-datasource.svg" } } } diff --git a/src/img/icn-zabbix-app.svg b/src/img/icn-zabbix-app.svg new file mode 100644 index 0000000..6878e22 --- /dev/null +++ b/src/img/icn-zabbix-app.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/img/zabbix_app_logo.svg b/src/img/zabbix_app_logo.svg deleted file mode 100755 index 237247d..0000000 --- a/src/img/zabbix_app_logo.svg +++ /dev/null @@ -1,107 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/src/plugin.json b/src/plugin.json index 028f323..daf1a7a 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -11,8 +11,8 @@ }, "keywords": ["zabbix"], "logos": { - "small": "img/zabbix_app_logo.svg", - "large": "img/zabbix_app_logo.svg" + "small": "img/icn-zabbix-app.svg", + "large": "img/icn-zabbix-app.svg" }, "links": [ {"name": "GitHub", "url": "https://github.com/alexanderzobnin/grafana-zabbix"},