From be04c6fdab5d91a7a57fa3ff36cde22a549c29da Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 5 Sep 2019 09:43:35 +0200 Subject: Add hardware information in instance config --- shared/models/server/about.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/models/server/about.model.ts') diff --git a/shared/models/server/about.model.ts b/shared/models/server/about.model.ts index bde4e0b50..6d4ba63c4 100644 --- a/shared/models/server/about.model.ts +++ b/shared/models/server/about.model.ts @@ -6,6 +6,7 @@ export interface About { terms: string codeOfConduct: string + hardwareInformation: string creationReason: string moderationInformation: string -- cgit v1.2.3