Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved kbn-truncated to notify #33374

Merged
merged 1 commit into from
Mar 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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