revert web changes cause everything changes every 5 minutes ffs
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
@ -17,8 +17,8 @@ export const ROUTES: Route[] = [
|
|||||||
return html`<ak-admin-dashboard-users></ak-admin-dashboard-users>`;
|
return html`<ak-admin-dashboard-users></ak-admin-dashboard-users>`;
|
||||||
}),
|
}),
|
||||||
new Route(new RegExp("^/administration/system-tasks$"), async () => {
|
new Route(new RegExp("^/administration/system-tasks$"), async () => {
|
||||||
await import("@goauthentik/admin/system-tasks/SystemTasksPage");
|
await import("@goauthentik/admin/system-tasks/SystemTaskListPage");
|
||||||
return html`<ak-system-tasks></ak-system-tasks>`;
|
return html`<ak-system-task-list></ak-system-task-list>`;
|
||||||
}),
|
}),
|
||||||
new Route(new RegExp("^/core/providers$"), async () => {
|
new Route(new RegExp("^/core/providers$"), async () => {
|
||||||
await import("@goauthentik/admin/providers/ProviderListPage");
|
await import("@goauthentik/admin/providers/ProviderListPage");
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
import "#components/ak-page-header";
|
||||||
import "@goauthentik/admin/system-tasks/ScheduleList";
|
import "@goauthentik/admin/system-tasks/ScheduleList";
|
||||||
import "@goauthentik/admin/system-tasks/TaskList";
|
import "@goauthentik/admin/system-tasks/TaskList";
|
||||||
import { AKElement } from "@goauthentik/elements/Base";
|
import { AKElement } from "@goauthentik/elements/Base";
|
||||||
import "@goauthentik/elements/PageHeader";
|
|
||||||
import "@goauthentik/elements/Tabs";
|
import "@goauthentik/elements/Tabs";
|
||||||
import "@goauthentik/elements/buttons/ActionButton";
|
import "@goauthentik/elements/buttons/ActionButton";
|
||||||
import "@goauthentik/elements/buttons/SpinnerButton";
|
import "@goauthentik/elements/buttons/SpinnerButton";
|
||||||
|
@ -13,7 +13,6 @@ export enum PFColor {
|
|||||||
Green = "pf-m-green",
|
Green = "pf-m-green",
|
||||||
Orange = "pf-m-orange",
|
Orange = "pf-m-orange",
|
||||||
Red = "pf-m-red",
|
Red = "pf-m-red",
|
||||||
Blue = "pf-m-blue",
|
|
||||||
Grey = "",
|
Grey = "",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user