mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-19 14:11:04 +08:00
Feat: add local & ssh provider in admin panel (#15039)
### What problem does this PR solve? Feat: add local & ssh provider in admin panel ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
3
web/src/services/admin.service.d.ts
vendored
3
web/src/services/admin.service.d.ts
vendored
@@ -180,6 +180,9 @@ declare namespace AdminService {
|
||||
label?: string;
|
||||
placeholder?: string;
|
||||
description?: string;
|
||||
multiline?: boolean;
|
||||
readonly?: boolean;
|
||||
scope?: 'runtime' | 'deployment';
|
||||
};
|
||||
|
||||
export type SandboxConfigStringField = SandboxConfigFieldBase & {
|
||||
|
||||
Reference in New Issue
Block a user