fancier embedding process stats

This commit is contained in:
perf3ct 2025-03-08 23:22:28 +00:00
parent 51c83bbbc8
commit 19bf741cd9
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -210,8 +210,7 @@ export default class AiSettingsWidget extends OptionsWidget {
</div>
</div>
<div class="mt-2">
<span class="text-muted small">${t("ai_llm.auto_refresh_notice", { seconds: this.STATS_REFRESH_INTERVAL/1000 })}</span>
<button class="btn btn-sm btn-outline-secondary embedding-refresh-stats ml-2">
<button class="btn btn-sm btn-outline-secondary embedding-refresh-stats">
${t("ai_llm.refresh_stats")}
</button>
</div>