mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-07-08 23:32:45 +00:00
merge fix
This commit is contained in:
parent
584420bac8
commit
e0104b18df
@ -168,7 +168,10 @@ export default class AiFeaturesList extends Component {
|
|||||||
>
|
>
|
||||||
<DButton
|
<DButton
|
||||||
class="btn-flat ai-feature-card__persona-button btn-text"
|
class="btn-flat ai-feature-card__persona-button btn-text"
|
||||||
@translatedLabel={{concat persona.name (unless (isLastItem index) ", ")}}
|
@translatedLabel={{concat
|
||||||
|
persona.name
|
||||||
|
(unless (isLastItem index) ", ")
|
||||||
|
}}
|
||||||
@route="adminPlugins.show.discourse-ai-personas.edit"
|
@route="adminPlugins.show.discourse-ai-personas.edit"
|
||||||
@routeModels={{persona.id}}
|
@routeModels={{persona.id}}
|
||||||
/>
|
/>
|
||||||
@ -196,7 +199,10 @@ export default class AiFeaturesList extends Component {
|
|||||||
>
|
>
|
||||||
<DButton
|
<DButton
|
||||||
class="btn-flat ai-feature-card__llm-button"
|
class="btn-flat ai-feature-card__llm-button"
|
||||||
@translatedLabel={{concat llm.name (unless (isLastItem index) ", ")}}
|
@translatedLabel={{concat
|
||||||
|
llm.name
|
||||||
|
(unless (isLastItem index) ", ")
|
||||||
|
}}
|
||||||
@route="adminPlugins.show.discourse-ai-llms.edit"
|
@route="adminPlugins.show.discourse-ai-llms.edit"
|
||||||
@routeModels={{llm.id}}
|
@routeModels={{llm.id}}
|
||||||
/>
|
/>
|
||||||
@ -225,6 +231,7 @@ export default class AiFeaturesList extends Component {
|
|||||||
</span>
|
</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
{{/if}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user