mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 04:00:26 +00:00
plugins default config helper and frontend
This commit is contained in:
parent
c51f313d94
commit
809771807e
4 changed files with 44 additions and 0 deletions
|
|
@ -105,6 +105,11 @@
|
|||
:disabled="$store.pluginSettings?.isSaving || $store.pluginSettings?.isLoading">
|
||||
Save
|
||||
</button>
|
||||
<button class="btn"
|
||||
@click="$store.pluginSettings.resetToDefault()"
|
||||
:disabled="$store.pluginSettings?.isSaving || $store.pluginSettings?.isLoading">
|
||||
Default
|
||||
</button>
|
||||
<button class="btn btn-cancel"
|
||||
@click="window.closeModal?.()">
|
||||
Cancel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue