From dd50ff4fe1820d84f803bfafa559a7d2ca1f44ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Tue, 7 Nov 2023 13:29:47 +0100 Subject: [PATCH] Fix: Move dashboards under datasource (#1727) --- .../datasource/dashboards}/template_linux_server.json | 0 .../datasource/dashboards}/zabbix_server_dashboard.json | 0 .../datasource/dashboards}/zabbix_system_status.json | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {dashboards => src/datasource/dashboards}/template_linux_server.json (100%) rename {dashboards => src/datasource/dashboards}/zabbix_server_dashboard.json (100%) rename {dashboards => src/datasource/dashboards}/zabbix_system_status.json (100%) diff --git a/dashboards/template_linux_server.json b/src/datasource/dashboards/template_linux_server.json similarity index 100% rename from dashboards/template_linux_server.json rename to src/datasource/dashboards/template_linux_server.json diff --git a/dashboards/zabbix_server_dashboard.json b/src/datasource/dashboards/zabbix_server_dashboard.json similarity index 100% rename from dashboards/zabbix_server_dashboard.json rename to src/datasource/dashboards/zabbix_server_dashboard.json diff --git a/dashboards/zabbix_system_status.json b/src/datasource/dashboards/zabbix_system_status.json similarity index 100% rename from dashboards/zabbix_system_status.json rename to src/datasource/dashboards/zabbix_system_status.json