mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 06:10:54 +03:00
WebClient: allow to set a list of default CSS
The new WIP WebClient requires 2 CSS files Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -317,7 +317,7 @@
|
||||
"login_image_path": "",
|
||||
"disclaimer_name": "",
|
||||
"disclaimer_path": "",
|
||||
"default_css": "",
|
||||
"default_css": [],
|
||||
"extra_css": []
|
||||
},
|
||||
"web_client": {
|
||||
@@ -328,7 +328,7 @@
|
||||
"login_image_path": "",
|
||||
"disclaimer_name": "",
|
||||
"disclaimer_path": "",
|
||||
"default_css": "",
|
||||
"default_css": [],
|
||||
"extra_css": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user