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>`;
|
||||
}),
|
||||
new Route(new RegExp("^/administration/system-tasks$"), async () => {
|
||||
await import("@goauthentik/admin/system-tasks/SystemTasksPage");
|
||||
return html`<ak-system-tasks></ak-system-tasks>`;
|
||||
await import("@goauthentik/admin/system-tasks/SystemTaskListPage");
|
||||
return html`<ak-system-task-list></ak-system-task-list>`;
|
||||
}),
|
||||
new Route(new RegExp("^/core/providers$"), async () => {
|
||||
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/TaskList";
|
||||
import { AKElement } from "@goauthentik/elements/Base";
|
||||
import "@goauthentik/elements/PageHeader";
|
||||
import "@goauthentik/elements/Tabs";
|
||||
import "@goauthentik/elements/buttons/ActionButton";
|
||||
import "@goauthentik/elements/buttons/SpinnerButton";
|
||||
|
@ -13,7 +13,6 @@ export enum PFColor {
|
||||
Green = "pf-m-green",
|
||||
Orange = "pf-m-orange",
|
||||
Red = "pf-m-red",
|
||||
Blue = "pf-m-blue",
|
||||
Grey = "",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user