From f473d27af917f8b448fcccbd56d9b3dc400d43e3 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Wed, 2 Sep 2026 20:41:26 -0400 Subject: [PATCH] bug: fix tele link --- .../system-telemetry/FleetTelemetry.vue | 284 +++++++++--------- 1 file changed, 142 insertions(+), 142 deletions(-) diff --git a/components/system-telemetry/FleetTelemetry.vue b/components/system-telemetry/FleetTelemetry.vue index 50deafea..dc49f420 100644 --- a/components/system-telemetry/FleetTelemetry.vue +++ b/components/system-telemetry/FleetTelemetry.vue @@ -984,149 +984,149 @@ export default { apollo: { telemetryStats: { query: generateQuery({ - telemetryStats: { - __args: { - includeSelf: $("includeSelf", "Boolean"), - }, - online: true, - installs: { - total: true, - active24h: true, - active7d: true, - active30d: true, - new30d: true, - retained180d: true, - }, - totals: { - panels: true, - gameServerNodes: true, - gameServerNodesEnabled: true, - gameServerNodesOnline: true, - regions: true, - gpuNodes: true, - servers: true, - serversEnabled: true, - dedicatedServers: true, - publicServers: true, - matches: true, - matchesCreated: true, - matchesWeek: true, - matchesMonth: true, - matchesYear: true, - outcomesReported: true, - matchesFinished: true, - matchesAbandoned: true, - matchesLive: true, - matchesTournament: true, - matchesLeague: true, - matchesScrim: true, - matchesImported: true, - matchesImportedMonth: true, - matchesImportedYear: true, - mapsPlayed: true, - playersKnown: true, - playersRegistered: true, - playersPlayed: true, - appearancesReported: true, - playerAppearances: true, - playersActive7d: true, - playersActive30d: true, - teams: true, - competitionReported: true, - tournaments: true, - tournamentsFinished: true, - tournamentTeams: true, - leagueSeasons: true, - leagueSeasonsFinished: true, - leagueRegistrations: true, - leagueTeams: true, - scrimRequests: true, - events: true, - eventTeams: true, - }, - utility: { - reported: true, - lineups: true, - archived: true, - week: true, - public: true, - team: true, - private: true, - authors: true, - maps: true, - verified: true, - pendingReview: true, - previews: true, - favorites: true, - votes: true, - collections: true, - playbooks: true, - playbookSteps: true, - sessions: true, - sessionsWeek: true, - sessionsFailed: true, - hosts: true, - practicing: true, - attempts: true, - successes: true, - mastered: true, - demosMined: true, - demoThrows: true, - metaLineups: true, - driftScans: true, - driftFlagged: true, - repairs: true, - }, - utilityTypes: { - type: true, - lineups: true, - }, - utilitySources: { - source: true, - lineups: true, - }, - features: { - key: true, - kind: true, - enabled: true, - flagged: true, - reporting: true, - counted: true, - installsUsing: true, - total: true, - }, - matchTypes: { - type: true, - matches: true, - }, - matchSources: { - source: true, - matches: true, - }, - versions: { - version: true, - rank: true, - since: true, - installs: true, - }, - runtimes: { - runtime: true, - installs: true, - }, - countries: { - country: true, - installs: true, - }, - growth: { - month: true, - installs: true, - }, - activity: { - day: true, - installs: true, - matches: true, + telemetryStats: [ + { includeSelf: $("includeSelf", "Boolean") }, + { + online: true, + installs: { + total: true, + active24h: true, + active7d: true, + active30d: true, + new30d: true, + retained180d: true, + }, + totals: { + panels: true, + gameServerNodes: true, + gameServerNodesEnabled: true, + gameServerNodesOnline: true, + regions: true, + gpuNodes: true, + servers: true, + serversEnabled: true, + dedicatedServers: true, + publicServers: true, + matches: true, + matchesCreated: true, + matchesWeek: true, + matchesMonth: true, + matchesYear: true, + outcomesReported: true, + matchesFinished: true, + matchesAbandoned: true, + matchesLive: true, + matchesTournament: true, + matchesLeague: true, + matchesScrim: true, + matchesImported: true, + matchesImportedMonth: true, + matchesImportedYear: true, + mapsPlayed: true, + playersKnown: true, + playersRegistered: true, + playersPlayed: true, + appearancesReported: true, + playerAppearances: true, + playersActive7d: true, + playersActive30d: true, + teams: true, + competitionReported: true, + tournaments: true, + tournamentsFinished: true, + tournamentTeams: true, + leagueSeasons: true, + leagueSeasonsFinished: true, + leagueRegistrations: true, + leagueTeams: true, + scrimRequests: true, + events: true, + eventTeams: true, + }, + utility: { + reported: true, + lineups: true, + archived: true, + week: true, + public: true, + team: true, + private: true, + authors: true, + maps: true, + verified: true, + pendingReview: true, + previews: true, + favorites: true, + votes: true, + collections: true, + playbooks: true, + playbookSteps: true, + sessions: true, + sessionsWeek: true, + sessionsFailed: true, + hosts: true, + practicing: true, + attempts: true, + successes: true, + mastered: true, + demosMined: true, + demoThrows: true, + metaLineups: true, + driftScans: true, + driftFlagged: true, + repairs: true, + }, + utilityTypes: { + type: true, + lineups: true, + }, + utilitySources: { + source: true, + lineups: true, + }, + features: { + key: true, + kind: true, + enabled: true, + flagged: true, + reporting: true, + counted: true, + installsUsing: true, + total: true, + }, + matchTypes: { + type: true, + matches: true, + }, + matchSources: { + source: true, + matches: true, + }, + versions: { + version: true, + rank: true, + since: true, + installs: true, + }, + runtimes: { + runtime: true, + installs: true, + }, + countries: { + country: true, + installs: true, + }, + growth: { + month: true, + installs: true, + }, + activity: { + day: true, + installs: true, + matches: true, + }, }, - }, + ], }), variables() { return {