mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 20:20:42 +00:00
Save plugin config as JSON & add header slot
Use json.dumps when writing plugin settings to disk instead of yaml_helper.dumps to serialize plugin configuration as JSON. Also add an <x-extension id="plugins-list-header-buttons"> slot to the plugin list header so extra header buttons or controls can be injected by extensions.
This commit is contained in:
parent
6e2a442222
commit
c1437b2bf9
2 changed files with 3 additions and 1 deletions
|
|
@ -47,6 +47,8 @@
|
|||
:disabled="$store.pluginListStore.loading">
|
||||
<span class="icon material-symbols-outlined">refresh</span> Refresh
|
||||
</button>
|
||||
|
||||
<x-extension id="plugins-list-header-buttons"></x-extension>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue