Implementation:Infiniflow Ragflow Admin Whitelist Page
Appearance
| Knowledge Sources | |
|---|---|
| Domains | Frontend, Admin, Access_Control |
| Last Updated | 2026-02-12 06:00 GMT |
Overview
Concrete admin panel page for managing email whitelist with individual entry, bulk Excel import, and enable/disable controls in the RAGFlow frontend.
Description
The admin/whitelist.tsx page provides a table of whitelisted email addresses with add, remove, and bulk import (via Excel) capabilities. It includes an enable/disable toggle for the whitelist feature.
Usage
This page is rendered at the /admin/whitelist route within the admin panel layout.
Code Reference
Source Location
- Repository: Infiniflow_Ragflow
- File: web/src/pages/admin/whitelist.tsx
- Lines: 1-544
Signature
export default function WhitelistPage(): JSX.Element;
Import
// Route-based import via routes.tsx configuration
I/O Contract
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| — | — | — | Route component; no props |
Outputs
| Name | Type | Description |
|---|---|---|
| Rendered page | JSX.Element | Whitelist management interface |
Usage Examples
// Accessed via route: /admin/whitelist
Related Pages
Page Connections
Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment