From 05b5295f180d4e5a098d5ce8eb55f618fb02e44c Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Fri, 16 Feb 2024 14:07:08 +0100 Subject: [PATCH] remote-activity: Fix broken support links. In commit 230294c, the logic for creating the support links in the remote activity chart were broken. Updates the constants so that the links have the correct server information for the search query. --- corporate/views/remote_activity.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corporate/views/remote_activity.py b/corporate/views/remote_activity.py index 08d4f13f7f..6155ce396a 100644 --- a/corporate/views/remote_activity.py +++ b/corporate/views/remote_activity.py @@ -117,8 +117,8 @@ def get_remote_server_activity(request: HttpRequest) -> HttpResponse: SERVER_AND_REALM_IDS = 0 SERVER_CREATED = 1 REALM_CREATED = 2 - SERVER_HOST = 2 - REALM_HOST = 3 + SERVER_HOST = 3 + REALM_HOST = 4 # Column constants: DATE_CREATED = 2