Skip to content

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

Open
@Andrew-SK

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions