This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2020-11-22 21:05:11 +00:00
|
|
|
export const PRIMARY_CLASS = "pf-m-primary";
|
|
|
|
export const SUCCESS_CLASS = "pf-m-success";
|
|
|
|
export const ERROR_CLASS = "pf-m-danger";
|
|
|
|
export const PROGRESS_CLASS = "pf-m-in-progress";
|
2020-11-26 22:31:56 +00:00
|
|
|
export const CURRENT_CLASS = "pf-m-current";
|
2021-07-21 08:44:40 +00:00
|
|
|
export const VERSION = "2021.7.1-rc1";
|
2021-03-02 14:12:26 +00:00
|
|
|
export const PAGE_SIZE = 20;
|
2021-03-23 14:16:56 +00:00
|
|
|
export const EVENT_REFRESH = "ak-refresh";
|
|
|
|
export const EVENT_NOTIFICATION_TOGGLE = "ak-notification-toggle";
|
|
|
|
export const EVENT_SIDEBAR_TOGGLE = "ak-sidebar-toggle";
|
2021-03-24 20:16:03 +00:00
|
|
|
export const EVENT_API_DRAWER_REFRESH = "ak-api-drawer-refresh";
|
2021-04-22 21:49:30 +00:00
|
|
|
export const TITLE_DEFAULT = "authentik";
|
2021-04-04 21:19:08 +00:00
|
|
|
export const ROUTE_SEPARATOR = ";";
|