Skip to content

Commit

Permalink
Add more info to system info tab
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Sep 26, 2024
1 parent f1d53d8 commit 5400b51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/GrampsjsSysinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ export class GrampsjsSysinfo extends GrampsjsTranslateMixin(LitElement) {
Gramps Web API ${this.data?.gramps_webapi?.version || '?'}<br />
Gramps Web Frontend ${version}<br />
Gramps QL ${this.data?.gramps_ql?.version || '?'}<br />
Sifts ${this.data?.search?.sifts?.version || '?'}<br />
locale: ${this.data?.locale?.language}<br />
multi-tree: ${this.data?.server?.multi_tree}<br />
task queue: ${this.data?.server?.task_queue}
task queue: ${this.data?.server?.task_queue}<br />
OCR: ${this.data?.server?.ocr}<br />
chat: ${this.data?.server?.chat}<br />
</div>
`
}
Expand Down

0 comments on commit 5400b51

Please sign in to comment.