web/admin: fix links which look like labels
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
96ae68cf09
commit
88d5aec618
|
@ -216,6 +216,7 @@ export class SAMLProviderViewPage extends LitElement {
|
|||
${t`Download`}
|
||||
</a>
|
||||
<ak-action-button
|
||||
class="pf-m-secondary"
|
||||
.apiRequest=${() => {
|
||||
const fullUrl =
|
||||
window.location.origin +
|
||||
|
|
|
@ -227,6 +227,7 @@ export class UserListPage extends TablePage<User> {
|
|||
}
|
||||
return html`
|
||||
<ak-action-button
|
||||
class="pf-m-secondary"
|
||||
.apiRequest=${() => {
|
||||
return new CoreApi(DEFAULT_CONFIG)
|
||||
.coreUsersRecoveryRetrieve({
|
||||
|
|
Reference in New Issue