changement sur la side bare

This commit is contained in:
2024-07-15 21:51:02 +02:00
parent 7c26814724
commit 54e8e77832

View File

@@ -332,7 +332,7 @@ JAZZMIN_SETTINGS = {
"custom_css": "css/global.css", "custom_css": "css/global.css",
"custom_js": None, "custom_js": None,
# Whether to show the UI customizer on the sidebar # Whether to show the UI customizer on the sidebar
"show_ui_builder": True, "show_ui_builder": False,
############### ###############
# Change view # # Change view #
@@ -361,13 +361,13 @@ JAZZMIN_UI_TWEAKS = {
"no_navbar_border": False, "no_navbar_border": False,
"navbar_fixed": True, "navbar_fixed": True,
"layout_boxed": False, "layout_boxed": False,
"footer_fixed": False, "footer_fixed": True,
"sidebar_fixed": False, "sidebar_fixed": True,
"sidebar": "sidebar-dark-info", "sidebar": "sidebar-dark-info",
"sidebar_nav_small_text": False, "sidebar_nav_small_text": False,
"sidebar_disable_expand": False, "sidebar_disable_expand": False,
"sidebar_nav_child_indent": True, "sidebar_nav_child_indent": True,
"sidebar_nav_compact_style": False, "sidebar_nav_compact_style": True,
"sidebar_nav_legacy_style": False, "sidebar_nav_legacy_style": False,
"sidebar_nav_flat_style": False, "sidebar_nav_flat_style": False,
"theme": "united", "theme": "united",