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

Cleanup on aisle testbed! #11765

Merged
merged 1 commit into from
May 12, 2017
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

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';