policies: add test API

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-29 23:32:42 +02:00
parent 09aa5d6350
commit 54c50f6446
16 changed files with 220 additions and 81 deletions

View File

@ -17,7 +17,6 @@ import PFContent from "@patternfly/patternfly/components/Content/content.css";
import AKGlobal from "../../authentik.css";
import PFBase from "@patternfly/patternfly/patternfly-base.css";
import PFGallery from "@patternfly/patternfly/layouts/Gallery/gallery.css";
import { AdminURLManager } from "../../api/legacy";
@customElement("ak-flow-view")
export class FlowViewPage extends LitElement {

View File

@ -1,4 +1,4 @@
import { CoreApi, Outpost, OutpostsApi, ProvidersApi } from "authentik-api";
import { Outpost, OutpostsApi, ProvidersApi } from "authentik-api";
import { gettext } from "django";
import { customElement, property } from "lit-element";
import { html, TemplateResult } from "lit-html";