Add rebuild triplestore button to frontend
This commit is contained in:
parent
e5100a1f22
commit
95f09ab881
6 changed files with 121 additions and 10 deletions
|
|
@ -232,6 +232,7 @@ func (dis *Distillery) allComponents(context *lifetime.Registry[component.Compon
|
|||
lifetime.Place[*actions.Start](context)
|
||||
lifetime.Place[*actions.Stop](context)
|
||||
lifetime.Place[*actions.Purge](context)
|
||||
lifetime.Place[*actions.RebuildTriplestore](context)
|
||||
|
||||
// Cron
|
||||
lifetime.Place[*cron.Cron](context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue