ajout raccourci vers status
This commit is contained in:
@@ -256,6 +256,7 @@ JAZZMIN_SETTINGS = {
|
||||
|
||||
# Url that gets reversed (Permissions can be added)
|
||||
{"name": "Home", "url": "admin:index", "permissions": ["auth.view_user"]},
|
||||
{"name": f'Status des serveurs', "url": "https://status.ambulance-clerc.ch", "new_window": True},
|
||||
|
||||
# external url that opens in a new window (Permissions can be added)
|
||||
#{"name": "Support", "url": "https://gitea.prod.resk-u.ch/CLERC/Reskreen/issues", "new_window": True},
|
||||
@@ -274,6 +275,7 @@ JAZZMIN_SETTINGS = {
|
||||
# Additional links to include in the user menu on the top right ("app" url type is not allowed)
|
||||
"usermenu_links": [
|
||||
{"name": "Annonce de bug", "url": "https://gitea.prod.resk-u.ch/CLERC/Reskreen/issues", "new_window": True},
|
||||
{"name": f'Status des serveurs', "url": "https://status.ambulance-clerc.ch", "new_window": True},
|
||||
{"model": "auth.user"}
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user