[feature/frontend] Add debug sections to settings panel (#2950)

* [feature/frontend] Add debug sections to settings panel

* max-width

* swagger
This commit is contained in:
tobi 2024-06-03 11:20:53 +02:00 committed by GitHub
commit d79c2f2688
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 395 additions and 22 deletions

View file

@ -1409,6 +1409,10 @@ definitions:
$ref: '#/definitions/instanceV1Configuration'
contact_account:
$ref: '#/definitions/account'
debug:
description: Whether or not instance is running in DEBUG mode. Omitted if false.
type: boolean
x-go-name: Debug
description:
description: |-
Description of the instance.
@ -1571,6 +1575,10 @@ definitions:
$ref: '#/definitions/instanceV2Configuration'
contact:
$ref: '#/definitions/instanceV2Contact'
debug:
description: Whether or not instance is running in DEBUG mode. Omitted if false.
type: boolean
x-go-name: Debug
description:
description: |-
Description of the instance.