diff --git a/public/app/core/nav_model_srv.ts b/public/app/core/nav_model_srv.ts
index a12b57752d1..4771f8c191c 100644
--- a/public/app/core/nav_model_srv.ts
+++ b/public/app/core/nav_model_srv.ts
@@ -167,11 +167,13 @@ export class NavModelSrv {
clickHandler: () => dashNavCtrl.openEditView('annotations')
});
- menu.push({
- title: 'Version history',
- icon: 'fa fa-fw fa-history',
- clickHandler: () => dashNavCtrl.openEditView('history')
- });
+ if (!dashboard.meta.isHome) {
+ menu.push({
+ title: 'Version history',
+ icon: 'fa fa-fw fa-history',
+ clickHandler: () => dashNavCtrl.openEditView('history')
+ });
+ }
menu.push({
title: 'View JSON',
diff --git a/public/app/features/dashboard/dashboard_srv.ts b/public/app/features/dashboard/dashboard_srv.ts
index 205e7a8f9c6..9d622f4bbc7 100644
--- a/public/app/features/dashboard/dashboard_srv.ts
+++ b/public/app/features/dashboard/dashboard_srv.ts
@@ -127,7 +127,7 @@ export class DashboardSrv {
showSaveModal() {
this.$rootScope.appEvent('show-modal', {
- templateHtml: '