Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in the displayed text of the link to the microservice /_admin/ page. #307

Open
Andrew-SK opened this issue Jan 16, 2018 · 0 comments
Open

Comments

@Andrew-SK
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant