Skip to content

Commit

Permalink
add Multi Lingual Words to ui settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Jun 23, 2024
1 parent 466cfa9 commit 3c872e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/webapi/assets/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ <h2 class="text-center mb-4">Application Settings</h2>
<tr><th>Meta Links Limit</th><td>{{.MetaLinksLimit}}</td></tr>
<tr><th>Meta Links Only</th><td>{{.MetaLinksOnly}}</td></tr>
<tr><th>Meta Image Only</th><td>{{.MetaImageOnly}}</td></tr>
<tr><th>Multi Lingual Words</th><td>{{.MultiLangLimit}}</td></tr>
<tr><th>OpenAI Enabled</th><td>{{.OpenAIEnabled}}</td></tr>
<tr><th>Samples Data Path</th><td>{{.SamplesDataPath}}</td></tr>
<tr><th>Dynamic Data Path</th><td>{{.DynamicDataPath}}</td></tr>
Expand Down

0 comments on commit 3c872e1

Please sign in to comment.