diff --git a/application/forms/Navigation/DashletForm.php b/application/forms/Navigation/DashletForm.php
deleted file mode 100644
index 6575fd789..000000000
--- a/application/forms/Navigation/DashletForm.php
+++ /dev/null
@@ -1,35 +0,0 @@
-addElement(
- 'text',
- 'pane',
- array(
- 'required' => true,
- 'label' => $this->translate('Pane'),
- 'description' => $this->translate('The name of the dashboard pane in which to display this dashlet')
- )
- );
- $this->addElement(
- 'text',
- 'url',
- array(
- 'required' => true,
- 'label' => $this->translate('Url'),
- 'description' => $this->translate(
- 'The url to load in the dashlet. For external urls, make sure to prepend'
- . ' an appropriate protocol identifier (e.g. http://example.tld)'
- )
- )
- );
- }
-}
diff --git a/application/views/scripts/dashboard/error.phtml b/application/views/scripts/dashboard/error.phtml
deleted file mode 100644
index 9396b490e..000000000
--- a/application/views/scripts/dashboard/error.phtml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
= $this->translate('Could not save dashboard'); ?>
-
- = $this->translate('Please copy the following dashboard snippet to '); ?>
- = $this->config->getConfigFile(); ?>;.
-
- = $this->translate('Make sure that the webserver can write to this file.'); ?>
-
-
= $this->config; ?>
-
-
= $this->translate('Error details'); ?>
-
= $this->error->getMessage(); ?>
-
\ No newline at end of file
diff --git a/application/views/scripts/dashboard/index.phtml b/application/views/scripts/dashboard/index.phtml
deleted file mode 100644
index 1d561146f..000000000
--- a/application/views/scripts/dashboard/index.phtml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
= $this->escape($this->translate('Welcome to Icinga Web!')) ?>
-
- hasPermission('config/modules')) {
- echo $this->escape($this->translate(
- 'Currently there is no dashlet available. Please contact the administrator.'
- ));
- } else {
- printf(
- $this->escape($this->translate('Currently there is no dashlet available. This might change once you enabled some of the available %s.')),
- $this->qlink($this->translate('modules'), 'config/modules')
- );
- } ?>
-
-
-
diff --git a/application/views/scripts/dashboard/new-dashlet.phtml b/application/views/scripts/dashboard/new-dashlet.phtml
deleted file mode 100644
index b265a253a..000000000
--- a/application/views/scripts/dashboard/new-dashlet.phtml
+++ /dev/null
@@ -1,6 +0,0 @@
-