diff --git a/dashboard-ui/components/dockedtabs/dockedtabs.css b/dashboard-ui/components/dockedtabs/dockedtabs.css
index 7ae094c728..4dc65f2ba0 100644
--- a/dashboard-ui/components/dockedtabs/dockedtabs.css
+++ b/dashboard-ui/components/dockedtabs/dockedtabs.css
@@ -9,7 +9,7 @@
align-items: center;
justify-content: center;
text-transform: none !important;
- font-size: 12px !important;
+ font-size: 12.4px !important;
padding: 0 !important;
margin: 0 !important;
text-align: center;
diff --git a/dashboard-ui/components/dockedtabs/dockedtabs.js b/dashboard-ui/components/dockedtabs/dockedtabs.js
index 9112486d9a..9e279dd041 100644
--- a/dashboard-ui/components/dockedtabs/dockedtabs.js
+++ b/dashboard-ui/components/dockedtabs/dockedtabs.js
@@ -170,6 +170,9 @@
e.preventDefault();
e.stopPropagation();
break;
+ case 6:
+ Dashboard.navigate('dashboard.html');
+ break;
default:
break;
}
@@ -206,7 +209,7 @@
var html = '';
var liveTVButtonClass = appHost.supports('sync') ? ' dockedtab-midsize' : '';
-
+
html += '
\