Skip to content

Commit

Permalink
Refactor improving everything
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Oct 20, 2020
1 parent 3cca99e commit b0215d8
Show file tree
Hide file tree
Showing 10 changed files with 150 additions and 353 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@import 'no_results';
@import 'histogram';
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
* under the License.
*/

export { DiscoverNoResults } from './no_results';
export { DiscoverUninitialized } from './uninitialized';
export { DiscoverHistogram } from './histogram';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import { HitsCounter } from './hits_counter';
import { TimechartHeader } from './timechart_header';
import { DiscoverSidebar } from './sidebar';
import { getServices, IndexPattern } from '../../kibana_services';
import { DiscoverNoResults, DiscoverUninitialized, DiscoverHistogram } from '../angular/directives';
import { DiscoverUninitialized, DiscoverHistogram } from '../angular/directives';
import { DiscoverNoResults } from './no_results';
import { LoadingSpinner } from './loading_spinner/loading_spinner';
import { DocTableLegacy } from '../angular/doc_table/create_doc_table_react';
import { SkipBottomButton } from './skip_bottom_button';
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* Licensed to Elasticsearch B.V. under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

export { DiscoverNoResults } from './no_results';
Loading

0 comments on commit b0215d8

Please sign in to comment.