Fix help page
This commit is contained in:
@@ -12,7 +12,6 @@ import problemsHandler from './problemsHandler';
|
|||||||
import { Zabbix } from './zabbix/zabbix';
|
import { Zabbix } from './zabbix/zabbix';
|
||||||
import { ZabbixAPIError } from './zabbix/connectors/zabbix_api/zabbixAPICore';
|
import { ZabbixAPIError } from './zabbix/connectors/zabbix_api/zabbixAPICore';
|
||||||
import { VariableQueryTypes } from './types';
|
import { VariableQueryTypes } from './types';
|
||||||
import { getDataSourceSrv } from '@grafana/runtime';
|
|
||||||
|
|
||||||
const DEFAULT_ZABBIX_VERSION = 3;
|
const DEFAULT_ZABBIX_VERSION = 3;
|
||||||
|
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ module.exports = {
|
|||||||
new CopyWebpackPlugin([
|
new CopyWebpackPlugin([
|
||||||
{ from: '**/plugin.json' },
|
{ from: '**/plugin.json' },
|
||||||
{ from: '**/*.html' },
|
{ from: '**/*.html' },
|
||||||
|
{ from: '**/*.md' },
|
||||||
{ from: 'dashboards/*' },
|
{ from: 'dashboards/*' },
|
||||||
{ from: '../README.md' },
|
{ from: '../README.md' },
|
||||||
{ from: '**/img/*' },
|
{ from: '**/img/*' },
|
||||||
|
|||||||
Reference in New Issue
Block a user