mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 12:10:57 +00:00
plugins: rename init to execute
This commit is contained in:
parent
32bc95da39
commit
2a6820064d
8 changed files with 81 additions and 79 deletions
|
|
@ -107,11 +107,11 @@
|
|||
<span class="icon material-symbols-outlined">settings</span> Config
|
||||
</button>
|
||||
</template>
|
||||
<template x-if="plugin.has_init_script">
|
||||
<template x-if="plugin.has_execute_script">
|
||||
<button type="button"
|
||||
class="button"
|
||||
title="Execute"
|
||||
@click="$store.pluginListStore.openPluginInit(plugin)">
|
||||
@click="$store.pluginListStore.openPluginExecute(plugin)">
|
||||
<span class="icon material-symbols-outlined">terminal</span> Execute
|
||||
</button>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue