mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 08:36:23 +01:00
Switched styling to warning, added tooltip
This commit is contained in:
@@ -118,8 +118,7 @@ def dashboard_view(request):
|
||||
for api in apikeypairs:
|
||||
api_chars.append({
|
||||
'id': api.api_id,
|
||||
'sso_verified': api.sso_verified,
|
||||
'is_valid': api.sso_verified if sso_validation else True,
|
||||
'sso_verified': api.sso_verified if sso_validation else True,
|
||||
'characters': EveManager.get_characters_by_api_id(api.api_id),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user