Skip to content

Commit

Permalink
[Discover] Extend DiscoverNoResults component to show different messa…
Browse files Browse the repository at this point in the history
…ge on error (#79671) (#81310)

Co-authored-by: Andrea Del Rio <delrio.andre@gmail.com>
  • Loading branch information
kertal and andreadelrio committed Oct 21, 2020
1 parent 449aa9e commit 687f96c
Show file tree
Hide file tree
Showing 12 changed files with 393 additions and 514 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,15 +17,5 @@
* under the License.
*/

import { DiscoverNoResults } from './no_results';
import { DiscoverUninitialized } from './uninitialized';
import { DiscoverHistogram } from './histogram';
import { getAngularModule } from '../../../kibana_services';

const app = getAngularModule();

app.directive('discoverNoResults', (reactDirective) => reactDirective(DiscoverNoResults));

app.directive('discoverUninitialized', (reactDirective) => reactDirective(DiscoverUninitialized));

app.directive('discoverHistogram', (reactDirective) => reactDirective(DiscoverHistogram));
export { DiscoverUninitialized } from './uninitialized';
export { DiscoverHistogram } from './histogram';
Loading

0 comments on commit 687f96c

Please sign in to comment.