mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-28 18:42:16 +00:00
UX: Add table style for LLM list (#963)
Followup 2f7895bb91c980d2954944b0574d44ff0d8237fb, I forgot to commit this minor change
This commit is contained in:
parent
2f7895bb91
commit
be05e28679
@ -141,10 +141,14 @@ export default class AiLlmsListEditor extends Component {
|
|||||||
class="ai-llm-list__row d-admin-row__content"
|
class="ai-llm-list__row d-admin-row__content"
|
||||||
>
|
>
|
||||||
<td class="d-admin-row__overview">
|
<td class="d-admin-row__overview">
|
||||||
<h3>{{llm.display_name}}</h3>
|
<div class="ai-llm-list__name">
|
||||||
<p>
|
<strong>
|
||||||
|
{{llm.display_name}}
|
||||||
|
</strong>
|
||||||
|
</div>
|
||||||
|
<div class="ai-llm-list__description">
|
||||||
{{this.modelDescription llm}}
|
{{this.modelDescription llm}}
|
||||||
</p>
|
</div>
|
||||||
{{#if llm.used_by}}
|
{{#if llm.used_by}}
|
||||||
<ul class="ai-llm-list-editor__usages">
|
<ul class="ai-llm-list-editor__usages">
|
||||||
{{#each llm.used_by as |usage|}}
|
{{#each llm.used_by as |usage|}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user