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.
This commit is contained in:
Lauryn Menard 2024-02-16 14:07:08 +01:00 committed by Tim Abbott
parent d05a3f0cb0
commit 05b5295f18

View File

@ -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