diff --git a/config.toml.sample b/config.toml.sample index 04d51177b7..57afe3d930 100644 --- a/config.toml.sample +++ b/config.toml.sample @@ -32,6 +32,7 @@ enableExtendLoginSession = false # If true, enables login session extensi enableImportFromHuggingFace = false # Enable import from Hugging Face feature. (From Backend.AI 24.09) enableInteractiveLoginAccountSwitch = true # If false, hide the "Sign in with a different account" button from the interactive login page. enableModelFolders = true # Enable model folders feature. (From Backend.AI 23.03) +enableReservoir = false # Enable reservoir page [wsproxy] proxyURL = "[Proxy URL]" diff --git a/packages/backend.ai-ui/src/components/fragments/BAIArtifactTable.tsx b/packages/backend.ai-ui/src/components/fragments/BAIArtifactTable.tsx index 6b562c9146..fc81392a7b 100644 --- a/packages/backend.ai-ui/src/components/fragments/BAIArtifactTable.tsx +++ b/packages/backend.ai-ui/src/components/fragments/BAIArtifactTable.tsx @@ -159,11 +159,9 @@ const BAIArtifactTable = ({