mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
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:
parent
d05a3f0cb0
commit
05b5295f18
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user