Skip to content

Commit

Permalink
moved kbn-truncated to notify (#33374)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizozom authored Mar 18, 2019
1 parent 047a9fd commit 08fb1fd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/legacy/ui/public/doc_table/doc_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down
2 changes: 1 addition & 1 deletion src/legacy/ui/public/notify/notify.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 08fb1fd

Please sign in to comment.