web/user: fix incorrect link to admin interface (#6993)
This commit is contained in:
parent
e55e27d060
commit
8e39ad2cda
|
@ -283,7 +283,7 @@ export class UserInterface extends Interface {
|
||||||
${this.me.user.isSuperuser
|
${this.me.user.isSuperuser
|
||||||
? html`<a
|
? html`<a
|
||||||
class="pf-c-button pf-m-secondary pf-m-small pf-u-display-none pf-u-display-block-on-md"
|
class="pf-c-button pf-m-secondary pf-m-small pf-u-display-none pf-u-display-block-on-md"
|
||||||
href="/if/admin"
|
href="/if/admin/"
|
||||||
>
|
>
|
||||||
${msg("Admin interface")}
|
${msg("Admin interface")}
|
||||||
</a>`
|
</a>`
|
||||||
|
|
Reference in New Issue