Skip to content

Commit

Permalink
Cleanup on aisle testbed! (elastic#11765)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed May 15, 2017
1 parent bdda576 commit f77e0a0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 48 deletions.

This file was deleted.

19 changes: 0 additions & 19 deletions src/core_plugins/testbed/public/components/blahblah/blahblah.js

This file was deleted.

This file was deleted.

26 changes: 1 addition & 25 deletions src/core_plugins/testbed/public/index.js
Original file line number Diff line number Diff line change
@@ -1,25 +1 @@
import './testbed';


import './components/blahblah';
import { GettingStartedRegistryProvider } from 'ui/getting_started/registry';
import { GETTING_STARTED_REGISTRY_TYPES } from 'ui/getting_started/constants';

GettingStartedRegistryProvider.register(() => ({
type: GETTING_STARTED_REGISTRY_TYPES.TOP_MESSAGE,
template: `<blahblah></blahblah>`
}));
GettingStartedRegistryProvider.register(() => ({
type: GETTING_STARTED_REGISTRY_TYPES.TOP_MESSAGE,
template: `Nam hendrerit augue id egestas ultricies.`
}));

GettingStartedRegistryProvider.register(() => ({
type: GETTING_STARTED_REGISTRY_TYPES.MANAGE_AND_MONITOR_MESSAGE,
template: `Lorem ipsum dolor sit amet, consectetur <a href="http://www.google.com">consectetur</a> adipiscing elit.`
}));

GettingStartedRegistryProvider.register(() => ({
type: GETTING_STARTED_REGISTRY_TYPES.MANAGE_AND_MONITOR_MESSAGE,
template: `Nam luctus mattis urna, ac <a href="http://www.google.com">fringilla</a> tellus efficitur at.`
}));
import './testbed';

0 comments on commit f77e0a0

Please sign in to comment.