mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-26 09:32:40 +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"
|
||||
>
|
||||
<td class="d-admin-row__overview">
|
||||
<h3>{{llm.display_name}}</h3>
|
||||
<p>
|
||||
<div class="ai-llm-list__name">
|
||||
<strong>
|
||||
{{llm.display_name}}
|
||||
</strong>
|
||||
</div>
|
||||
<div class="ai-llm-list__description">
|
||||
{{this.modelDescription llm}}
|
||||
</p>
|
||||
</div>
|
||||
{{#if llm.used_by}}
|
||||
<ul class="ai-llm-list-editor__usages">
|
||||
{{#each llm.used_by as |usage|}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user