This repository was archived by the owner on Jul 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
assets/javascripts/discourse/components Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 1
1
import Component from " @glimmer/component" ;
2
2
import { concat } from " @ember/helper" ;
3
3
import { LinkTo } from " @ember/routing" ;
4
- import DBreadcrumbsItem from " discourse/components/d-breadcrumbs-item" ;
5
4
import icon from " discourse-common/helpers/d-icon" ;
6
5
import i18n from " discourse-common/helpers/i18n" ;
7
6
import I18n from " discourse-i18n" ;
@@ -13,15 +12,6 @@ export default class AiLlmsListEditor extends Component {
13
12
}
14
13
15
14
<template >
16
- <DBreadcrumbsItem as | linkClass | >
17
- <LinkTo
18
- @ route =" adminPlugins.show.discourse-ai-personas"
19
- class ={{linkClass }}
20
- >
21
- {{i18n " discourse_ai.llms.short_title" }}
22
- </LinkTo >
23
- </DBreadcrumbsItem >
24
-
25
15
<section class =" ai-llms-list-editor admin-detail pull-left" >
26
16
{{#if @ currentLlm }}
27
17
<AiLlmEditor @ model ={{@ currentLlm }} @ llms ={{@ llms }} />
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { fn } from "@ember/helper";
4
4
import { on } from " @ember/modifier" ;
5
5
import { action } from " @ember/object" ;
6
6
import { LinkTo } from " @ember/routing" ;
7
- import DBreadcrumbsItem from " discourse/components/d-breadcrumbs-item" ;
8
7
import DToggleSwitch from " discourse/components/d-toggle-switch" ;
9
8
import concatClass from " discourse/helpers/concat-class" ;
10
9
import { popupAjaxError } from " discourse/lib/ajax-error" ;
@@ -43,15 +42,6 @@ export default class AiPersonaListEditor extends Component {
43
42
}
44
43
45
44
<template >
46
- <DBreadcrumbsItem as | linkClass | >
47
- <LinkTo
48
- @ route =" adminPlugins.show.discourse-ai-personas"
49
- class ={{linkClass }}
50
- >
51
- {{i18n " discourse_ai.ai_persona.short_title" }}
52
- </LinkTo >
53
- </DBreadcrumbsItem >
54
-
55
45
<section class =" ai-persona-list-editor__current admin-detail pull-left" >
56
46
{{#if @ currentPersona }}
57
47
<AiPersonaEditor @ model ={{@ currentPersona }} @ personas ={{@ personas }} />
You can’t perform that action at this time.
0 commit comments