mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This commit is contained in:
parent
8aac010a75
commit
128e433357
11 changed files with 7 additions and 7 deletions
|
@ -176,12 +176,12 @@ export const TEMPORARILY_IGNORED_PATHS = [
|
|||
'x-pack/plugins/monitoring/public/icons/health-green.svg',
|
||||
'x-pack/plugins/monitoring/public/icons/health-red.svg',
|
||||
'x-pack/plugins/monitoring/public/icons/health-yellow.svg',
|
||||
'x-pack/plugins/reporting/server/export_types/printable_pdf/lib/pdf/assets/fonts/noto/NotoSansCJKtc-Medium.ttf',
|
||||
'x-pack/plugins/reporting/server/export_types/printable_pdf/lib/pdf/assets/fonts/noto/NotoSansCJKtc-Regular.ttf',
|
||||
'x-pack/plugins/reporting/server/export_types/printable_pdf/lib/pdf/assets/fonts/roboto/Roboto-Italic.ttf',
|
||||
'x-pack/plugins/reporting/server/export_types/printable_pdf/lib/pdf/assets/fonts/roboto/Roboto-Medium.ttf',
|
||||
'x-pack/plugins/reporting/server/export_types/printable_pdf/lib/pdf/assets/fonts/roboto/Roboto-Regular.ttf',
|
||||
'x-pack/plugins/reporting/server/export_types/printable_pdf/lib/pdf/assets/img/logo-grey.png',
|
||||
'x-pack/plugins/reporting/server/export_types/common/assets/fonts/noto/NotoSansCJKtc-Medium.ttf',
|
||||
'x-pack/plugins/reporting/server/export_types/common/assets/fonts/noto/NotoSansCJKtc-Regular.ttf',
|
||||
'x-pack/plugins/reporting/server/export_types/common/assets/fonts/roboto/Roboto-Italic.ttf',
|
||||
'x-pack/plugins/reporting/server/export_types/common/assets/fonts/roboto/Roboto-Medium.ttf',
|
||||
'x-pack/plugins/reporting/server/export_types/common/assets/fonts/roboto/Roboto-Regular.ttf',
|
||||
'x-pack/plugins/reporting/server/export_types/common/assets/img/logo-grey.png',
|
||||
'x-pack/test/functional/es_archives/monitoring/beats-with-restarted-instance/data.json.gz',
|
||||
'x-pack/test/functional/es_archives/monitoring/beats-with-restarted-instance/mappings.json',
|
||||
'x-pack/test/functional/es_archives/monitoring/logstash-pipelines/data.json.gz',
|
||||
|
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
|
@ -11,7 +11,7 @@ import Printer from 'pdfmake';
|
|||
import xRegExp from 'xregexp';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
|
||||
const assetPath = path.resolve(__dirname, 'assets');
|
||||
const assetPath = path.resolve(__dirname, '..', '..', '..', 'common', 'assets');
|
||||
|
||||
const tableBorderWidth = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue