From 3d477f4a437bf8c5ca410e1fbf97f5e52fbd1095 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 21 May 2020 11:55:18 +0300 Subject: [PATCH] New plugin/datasource icon --- .../img/icn-zabbix-datasource.svg | 1 + src/datasource-zabbix/img/zabbix_app_logo.svg | 107 ------------------ src/datasource-zabbix/plugin.json | 4 +- src/img/icn-zabbix-app.svg | 1 + src/img/zabbix_app_logo.svg | 107 ------------------ src/plugin.json | 4 +- 6 files changed, 6 insertions(+), 218 deletions(-) create mode 100644 src/datasource-zabbix/img/icn-zabbix-datasource.svg delete mode 100755 src/datasource-zabbix/img/zabbix_app_logo.svg create mode 100644 src/img/icn-zabbix-app.svg delete mode 100755 src/img/zabbix_app_logo.svg 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"},