Merge branch 'version-2021.2'
# Conflicts: # authentik/admin/templates/administration/policy/list.html # web/src/pages/outposts/OutpostListPage.ts
This commit is contained in:
@ -28,4 +28,4 @@ export const ColorStyles = css`
|
||||
background-color: var(--pf-global--danger-color--100);
|
||||
}
|
||||
`;
|
||||
export const VERSION = "2021.2.4-stable";
|
||||
export const VERSION = "2021.2.5-stable";
|
||||
|
@ -57,7 +57,7 @@ export class OutpostListPage extends TablePage<Outpost> {
|
||||
${gettext("Edit")}
|
||||
</ak-spinner-button>
|
||||
<div slot="modal"></div>
|
||||
</ak-modal-button>
|
||||
</ak-modal-button>
|
||||
<ak-modal-button href="${Outpost.adminUrl(`${item.pk}/delete/`)}">
|
||||
<ak-spinner-button slot="trigger" class="pf-m-danger">
|
||||
${gettext("Delete")}
|
||||
|
Reference in New Issue
Block a user