diff --git a/ui/app/components/topo-viz.hbs b/ui/app/components/topo-viz.hbs
index ac57a3638b0..e84b49ee7a7 100644
--- a/ui/app/components/topo-viz.hbs
+++ b/ui/app/components/topo-viz.hbs
@@ -22,6 +22,7 @@
@onAllocationSelect={{this.associateAllocations}}
@onAllocationFocus={{this.showTooltip}}
@onAllocationBlur={{this.hideTooltip}}
+ @onReservedFocus={{this.showReservedTooltip}}
@onNodeSelect={{this.showNodeDetails}} />
@@ -50,6 +51,21 @@
{{/let}}
+
+
{{#if this.activeAllocation}}