diff --git a/public/app/features/dashboard/dashnav/dashnav.html b/public/app/features/dashboard/dashnav/dashnav.html
index 342612d12ce..8a50c9d3bda 100644
--- a/public/app/features/dashboard/dashnav/dashnav.html
+++ b/public/app/features/dashboard/dashnav/dashnav.html
@@ -30,12 +30,12 @@
- Snapshot sharing
+ Snapshot
-
- Export for sharing
+
+ Export
@@ -49,8 +49,6 @@
Settings
Annotations
Templating
- Export
- View JSON
Make Editable
Save As...
Delete dashboard
diff --git a/public/app/features/dashboard/dashnav/dashnav.ts b/public/app/features/dashboard/dashnav/dashnav.ts
index 81f2d9ea8c6..ae7d81dfc58 100644
--- a/public/app/features/dashboard/dashnav/dashnav.ts
+++ b/public/app/features/dashboard/dashnav/dashnav.ts
@@ -59,12 +59,6 @@ export class DashNavCtrl {
$scope.shareDashboard(1);
};
- $scope.shareExport = function() {
- $scope.appEvent('show-modal', {
- templateHtml: '',
- });
- };
-
$scope.openSearch = function() {
$scope.appEvent('show-dash-search');
};
diff --git a/public/app/features/dashboard/export/export_modal.html b/public/app/features/dashboard/export/export_modal.html
index a4c40cc6889..d2643eb934d 100644
--- a/public/app/features/dashboard/export/export_modal.html
+++ b/public/app/features/dashboard/export/export_modal.html
@@ -1,66 +1,59 @@
-
-
+
+