On the microservice admin page the link text referencing the microservice admin page doesn't begin with an underscore while the actual URI does. This: ``` <td><a href="#" class="hookAdmin">/admin</a></td> ``` Should be: ``` <td><a href="#" class="hookAdmin">/_admin</a></td> ``` Currently on line 1452 of `hook.io/view/admin.html`