mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-07 20:18:16 +00:00
This commit applies further admin UI guidelines, now that they have been more fleshed out in core, to the AI admin UI: * Tools * LLMs * Personas The changes include but are not limited to: * Applying the table CSS classes, for desktop and mobile * Adding a description and learn more link for each tab * Adding an empty list placeholder with CTA using `AdminConfigAreaEmptyList` * Replacing custom headings with `AdminPageSubheader`
7 lines
189 B
Handlebars
7 lines
189 B
Handlebars
<section class="ai-persona-tool-editor__current admin-detail pull-left">
|
|
<AiToolEditor
|
|
@tools={{this.allTools}}
|
|
@model={{this.model}}
|
|
@presets={{this.presets}}
|
|
/>
|
|
</section> |