Move dashboards into data source dir in build, fixes #1407
This commit is contained in:
@@ -14,17 +14,17 @@
|
||||
{
|
||||
"type": "dashboard",
|
||||
"name": "Zabbix System Status",
|
||||
"path": "../dashboards/zabbix_system_status.json"
|
||||
"path": "dashboards/zabbix_system_status.json"
|
||||
},
|
||||
{
|
||||
"type": "dashboard",
|
||||
"name": "Zabbix Template Linux Server",
|
||||
"path": "../dashboards/template_linux_server.json"
|
||||
"path": "dashboards/template_linux_server.json"
|
||||
},
|
||||
{
|
||||
"type": "dashboard",
|
||||
"name": "Zabbix Server Dashboard",
|
||||
"path": "../dashboards/zabbix_server_dashboard.json"
|
||||
"path": "dashboards/zabbix_server_dashboard.json"
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ module.exports = {
|
||||
{ from: '**/plugin.json' },
|
||||
{ from: '**/*.html' },
|
||||
{ from: '**/*.md' },
|
||||
{ from: 'dashboards/*' },
|
||||
{ from: '../dashboards/*', to: 'datasource-zabbix/dashboards' },
|
||||
{ from: '../README.md' },
|
||||
{ from: '**/img/*' },
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user