Enable to run taggers from within admin web interface

This commit is contained in:
2026-02-22 09:42:53 +01:00
parent fc1ba1f5b3
commit 8ee6c09e9b
4 changed files with 273 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
import ShowUsers from "./admin/ShowUsers.svelte";
import Options from "./admin/Options.svelte";
import NoticeEdit from "./admin/NoticeEdit.svelte";
import RunTaggers from "./admin/RunTaggers.svelte";
/* Svelte 5 Props */
let {
@@ -70,4 +71,5 @@
</Col>
<Options config={ccconfig} {clusterNames}/>
<NoticeEdit {ncontent}/>
<RunTaggers />
</Row>