mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
ddae331708
commit
f1f2b97fe0
4 changed files with 3 additions and 4 deletions
|
@ -20,7 +20,6 @@
|
|||
import _ from 'lodash';
|
||||
import html from './doc_table.html';
|
||||
import { getSort } from './lib/get_sort';
|
||||
import '../directives/truncated';
|
||||
import '../directives/infinite_scroll';
|
||||
import './components/table_header';
|
||||
import './components/table_row';
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
|
||||
import truncText from 'trunc-text';
|
||||
import truncHTML from 'trunc-html';
|
||||
import { uiModules } from '../modules';
|
||||
import truncatedTemplate from './partials/truncated.html';
|
||||
import { uiModules } from '../../modules';
|
||||
import truncatedTemplate from '../partials/truncated.html';
|
||||
import 'angular-sanitize';
|
||||
|
||||
const module = uiModules.get('kibana', ['ngSanitize']);
|
|
@ -26,7 +26,7 @@ import { banners } from './banners';
|
|||
import { Notifier } from './notifier';
|
||||
import template from './partials/toaster.html';
|
||||
import '../filters/markdown';
|
||||
import '../directives/truncated';
|
||||
import './directives/truncated';
|
||||
import { FormattedMessage } from '@kbn/i18n/react';
|
||||
|
||||
import {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue