Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
77f4ffdd
Commit
77f4ffdd
authored
Mar 25, 2024
by
Doug Danat
Browse files
add htm/html to supported extensions in ui
parent
784a6ec8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/lib/constants.ts
src/lib/constants.ts
+3
-0
No files found.
src/lib/constants.ts
View file @
77f4ffdd
...
...
@@ -22,6 +22,7 @@ export const SUPPORTED_FILE_TYPE = [
'
text/plain
'
,
'
text/csv
'
,
'
text/xml
'
,
'
text/html
'
,
'
text/x-python
'
,
'
text/css
'
,
'
application/vnd.openxmlformats-officedocument.wordprocessingml.document
'
,
...
...
@@ -50,6 +51,8 @@ export const SUPPORTED_FILE_EXTENSIONS = [
'
h
'
,
'
c
'
,
'
cs
'
,
'
htm
'
,
'
html
'
,
'
sql
'
,
'
log
'
,
'
ini
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment