mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-31 01:19:37 +00:00
Add Settings page: Move theme & lang changer to settings page
This commit is contained in:
@@ -35,6 +35,7 @@ INSTALLED_APPS = [
|
||||
'nwfilters',
|
||||
'storages',
|
||||
'secrets',
|
||||
'appsettings',
|
||||
'logs',
|
||||
]
|
||||
|
||||
@@ -186,9 +187,6 @@ SHOW_ACCESS_SSH_KEYS = False
|
||||
# available list style: default (grouped), nongrouped
|
||||
VIEW_INSTANCES_LIST_STYLE = 'grouped'
|
||||
|
||||
# available options: True, False
|
||||
VIEW_INSTANCE_DETAIL_BOTTOM_BAR = True
|
||||
|
||||
# available volume format: raw, qcow2, qcow
|
||||
INSTANCE_VOLUME_DEFAULT_FORMAT = 'qcow2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user