@@ -43,16 +43,20 @@ SPDX-License-Identifier: AGPL-3.0-or-later
4343 </td >
4444 </tr >
4545 </table >
46- <h2 >{{ t('context_chat', 'Context Chat Logs') }}</h2 >
47- <NcButton :href =" downloadURLNextcloudLogs" >
48- {{ t('context_chat', 'Download Nextcloud logs') }}
49- </NcButton >
50- <NcButton :href =" downloadURLDockerLogs" >
51- {{ t('context_chat', 'Download Backend logs') }}
52- </NcButton >
5346 <p >  ; </p >
5447 <p >{{ t('context_chat', 'Eligible files for indexing: {count}', {count: stats.eligible_files_count}) }}</p >
5548 <p >{{ t('context_chat', 'Queued content update actions: {count}', {count: stats.queued_actions_count}) }}</p >
49+ </NcSettingsSection >
50+ <NcSettingsSection :name =" t('context_chat', 'Logs')" >
51+ <div class =" horizontal-flex" >
52+ <NcButton :href =" downloadURLNextcloudLogs" >
53+ {{ t('context_chat', 'Download the PHP App logs') }}
54+ </NcButton >
55+ <NcButton :href =" downloadURLDockerLogs" >
56+ {{ t('context_chat', 'Download the Ex-App Backend logs') }}
57+ </NcButton >
58+ </div >
59+ <p >  ; </p >
5660 <p >
5761 <a href =" https://docs.nextcloud.com/server/latest/admin_manual/ai/app_context_chat.html" >{{
5862 t('context_chat', 'Official documentation')
@@ -143,4 +147,9 @@ figure[class^='icon-'] {
143147#context_chat a :link , #context_chat a :visited , #context_chat a :hover {
144148 text-decoration : underline ;
145149}
150+
151+ .horizontal-flex {
152+ display : flex ;
153+ gap : 10px ;
154+ }
146155 </style >
0 commit comments