Skip to content

Commit

Permalink
[ML] Migrates single metric viewer to React. (elastic#41739)
Browse files Browse the repository at this point in the history
Migrates the overall page of Single Metric Viewer to React.
  • Loading branch information
walterra committed Jul 29, 2019
1 parent e923ebf commit fe9f211
Show file tree
Hide file tree
Showing 67 changed files with 2,377 additions and 2,424 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
*/

export { AnnotationsTable } from './annotations_table';

import './annotations_table_directive';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/


import './anomalies_table_directive';
export { AnomaliesTable } from './anomalies_table';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
* you may not use this file except in compliance with the Elastic License.
*/


import './checkbox_showcharts_service';
export { CheckboxShowCharts, showCharts$ } from './checkbox_showcharts';
8 changes: 3 additions & 5 deletions x-pack/legacy/plugins/ml/public/components/controls/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* you may not use this file except in compliance with the Elastic License.
*/



import './checkbox_showcharts';
import './select_interval';
import './select_severity';
export { CheckboxShowCharts, showCharts$ } from './checkbox_showcharts';
export { interval$, SelectInterval } from './select_interval';
export { SelectSeverity, severity$, SEVERITY_OPTIONS } from './select_severity';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/


import './select_interval_directive';
export { interval$, SelectInterval } from './select_interval';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/


import './select_severity_directive';
export { SelectSeverity, severity$, SEVERITY_OPTIONS } from './select_severity';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* you may not use this file except in compliance with the Elastic License.
*/

export * from './influencers_list';
export { InfluencersList } from './influencers_list';
Loading

0 comments on commit fe9f211

Please sign in to comment.