Feat: compliance report download (#13282)
This commit is contained in:
parent
ed7d7a74ea
commit
7f9eb35e1f
26 changed files with 3207 additions and 1323 deletions
|
|
@ -32,6 +32,7 @@ export const PUBLIC_API_PREFIX: string = publicApiPrefix
|
|||
|
||||
const EDITION = process.env.NEXT_PUBLIC_EDITION || globalThis.document?.body?.getAttribute('data-public-edition') || 'SELF_HOSTED'
|
||||
export const IS_CE_EDITION = EDITION === 'SELF_HOSTED'
|
||||
export const IS_CLOUD_EDITION = EDITION === 'CLOUD'
|
||||
|
||||
export const SUPPORT_MAIL_LOGIN = !!(process.env.NEXT_PUBLIC_SUPPORT_MAIL_LOGIN || globalThis.document?.body?.getAttribute('data-public-support-mail-login'))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue