diff --git a/cerberus-dashboard/src/components/Header/Header.js b/cerberus-dashboard/src/components/Header/Header.js
index 75344a8f9..665e28eb0 100644
--- a/cerberus-dashboard/src/components/Header/Header.js
+++ b/cerberus-dashboard/src/components/Header/Header.js
@@ -59,6 +59,10 @@ class UserBox extends Component {
this.props.dispatch(headerActions.mouseOutUsername())
}.bind(this)
+ this.handleMouseClickSdbSummary = function() {
+ this.props.dispatch(push('/admin/sdb-metadata'))
+ }.bind(this)
+
this.handleMouseClickViewToken = function() {
this.props.dispatch(modalActions.pushModal(