Skip to content

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

@Andrew-SK

Description

@Andrew-SK

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

Metadata

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