diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-instance/instance.service.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-instance/instance.service.ts b/client/src/app/shared/shared-instance/instance.service.ts index fcfa59f28..0a30446df 100644 --- a/client/src/app/shared/shared-instance/instance.service.ts +++ b/client/src/app/shared/shared-instance/instance.service.ts | |||
@@ -45,6 +45,9 @@ export class InstanceService { | |||
45 | codeOfConduct: '', | 45 | codeOfConduct: '', |
46 | moderationInformation: '', | 46 | moderationInformation: '', |
47 | administrator: '', | 47 | administrator: '', |
48 | creationReason: '', | ||
49 | maintenanceLifetime: '', | ||
50 | businessModel: '', | ||
48 | hardwareInformation: '' | 51 | hardwareInformation: '' |
49 | } | 52 | } |
50 | 53 | ||