diff --git a/src/core_plugins/testbed/public/components/blahblah/blahblah.html b/src/core_plugins/testbed/public/components/blahblah/blahblah.html deleted file mode 100644 index 6991d208d24c32..00000000000000 --- a/src/core_plugins/testbed/public/components/blahblah/blahblah.html +++ /dev/null @@ -1,3 +0,0 @@ -
- You have an important decision to make. To do so, . -
diff --git a/src/core_plugins/testbed/public/components/blahblah/blahblah.js b/src/core_plugins/testbed/public/components/blahblah/blahblah.js deleted file mode 100644 index 5a7db76c444ed5..00000000000000 --- a/src/core_plugins/testbed/public/components/blahblah/blahblah.js +++ /dev/null @@ -1,19 +0,0 @@ -import { uiModules } from 'ui/modules'; -import template from './blahblah.html'; - -const app = uiModules.get('kibana'); - -app.directive('blahblah', function () { - return { - restrict: 'E', - replace: true, - template: template, - scope: {}, - controller: ($scope) => { - $scope.testClick = () => { - alert(`I'm doing something important!`); - console.log($scope); - }; - } - }; -}); diff --git a/src/core_plugins/testbed/public/components/blahblah/index.js b/src/core_plugins/testbed/public/components/blahblah/index.js deleted file mode 100644 index b560cb1a0cbe48..00000000000000 --- a/src/core_plugins/testbed/public/components/blahblah/index.js +++ /dev/null @@ -1 +0,0 @@ -import './blahblah'; diff --git a/src/core_plugins/testbed/public/index.js b/src/core_plugins/testbed/public/index.js index 67a8d0dc21d2b1..1732c655ad73cc 100644 --- a/src/core_plugins/testbed/public/index.js +++ b/src/core_plugins/testbed/public/index.js @@ -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: `` -})); -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 consectetur adipiscing elit.` -})); - -GettingStartedRegistryProvider.register(() => ({ - type: GETTING_STARTED_REGISTRY_TYPES.MANAGE_AND_MONITOR_MESSAGE, - template: `Nam luctus mattis urna, ac fringilla tellus efficitur at.` -})); +import './testbed'; \ No newline at end of file