mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-15 23:46:30 +00:00
fix: 修改theme_info默认值为{}
This commit is contained in:
parent
e7dd731139
commit
60e455bea2
@ -11,7 +11,7 @@ default_interface = dict((
|
||||
('favicon', static('img/facio.ico')),
|
||||
('login_title', _('JumpServer Open Source Bastion Host')),
|
||||
('theme', 'classic_green'),
|
||||
('theme_info', None),
|
||||
('theme_info', {}),
|
||||
))
|
||||
|
||||
default_context = {
|
||||
|
Loading…
Reference in New Issue
Block a user